ControllerRegistration::GetFirstFunctionRegistration
Defined in:
Returns the first function registration.
C4Controller.hPrototype
FunctionRegistration *GetFirstFunctionRegistration(void);
Description
The GetFirstFunctionRegistration function returns a pointer to the registration object corresponding to the first function registration for the controller type represented by the controller registration object. The entire list of registrations can be iterated by calling the FunctionRegistration::GetNextFunctionRegistration function on the returned object and continuing until nullptr is returned.
See Also
FunctionRegistration::GetNextFunctionRegistration
