FunctionRegistration::GetFunctionType
Defined in: C4Controller.h
Returns the registered function type.
Prototype
FunctionType GetFunctionType(void) const;
Description
The GetKey function returns the function type for a particular function registration. The function type is established when the function registration is constructed.
See Also
FunctionRegistration::GetFunctionName
|