pOEMLoadInit
This global variable is optional and points to the OEMCertifyModuleInit function, if defined.
void (*pOEMLoadInit)(
LPTSTR ModuleName
);
Parameters
- ModuleName
[in] Name of the module to verify.
Return Values
None.
Remarks
This function pointer is called to enable the OEM to verify a module that is about to load and run.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Not applicable.
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.