MethodGetType

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalNumber MethodGetType( SalNumber nMethod, SalNumber nParameter )

The MethodGetType method checks the type of a method.

Parameters

Name Description
SalNumber nMethod Public message specifying a method id. For application-specific method, Const.PM_UserMethod should be used.
SalNumber nParameter Extra parameter for the method.

Returns

The return value is the method performers response, typically one of the Const.CHILDTYPE_*Method constants

Comments

If the performer does not process the Const.METHOD_GetType action for the specified method, MethodInquire returns Const.CHILDTYPE_AnyMethod.