Registers an interface with the host framework.
Syntax
Parameters
isPublic
Type:
bool
Whether or not this interface is to be made public. Non-public interfaces cannot be used by other components.
Return Value
Type: int
COMPONENT_ERR_SUCCESS means successful registration. Any other result means an error occurred.
Remarks
None
Examples
None
See Also