PHInitCommonControls (Windows Embedded CE 6.0)
1/6/2010
This control registers control classes implemented by PhCommon.
Note
This API must be called before using any of the controls defined by PhCommon.
Syntax
BOOL PHInitCommonControls();
Parameters
None.
Return Value
This control returns TRUE or FALSE to indicated success or failure.
Remarks
Note
This documentation applies to functionality implemented in sample code for PhCommon. For more information, see PhCommon Reference.
This API must be called before you use any of the other controls defined and exposed by PhCommon. Callers of this API are responsible for calling PHUnInitCommonControls prior to shutdown in order to free any remaining resources.
Requirements
Header | controldefinitions.h |
Library | PhCommon.dll |
Windows Embedded CE | Windows Embedded CE 6.0 and later |