pOEMLoadInit (Windows Embedded CE 6.0)
1/5/2010
This function is optional and points to the OEMCertifyModuleInit function, if defined.
This function is implemented by OEMs.
Syntax
extern BOOL (*pOEMLoadInit)(
LPWSTR lpszName
);
Parameters
lpszName
[out] Pointer to a buffer allocated by the OS that contains the module name, not including the path.If lpszName is NULL, no module name is available for the new module being loaded.
Return Value
None.
Remarks
This function pointer is called to enable the OEM to verify a module that is about to load and run.
Requirements
Header | Developer Implemented |
Library | coredll.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |