pOEMLoadInit (Windows CE 5.0)

Send Feedback

This function is optional and points to the OEMCertifyModuleInit function, if defined.

This function is implemented by OEMs.

extern BOOL (*pOEMLoadInit)(LPWSTRlpszName );

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 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.
Link Library: Coredll.lib.

See Also

OEMCertifyModuleInit

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.