pOEMLoadModule (Windows CE 5.0)

Send Feedback

This function points to the OEMCertifyModule function, if defined.

This function is implemented by OEMs.

extern BOOL (*pOEMLoadModule)(LPBYTElpData,DWORD cbData );

Parameters

  • lpData
    [out] Pointer to a buffer allocated by the OS that contains the code for the module being loaded.

  • cbData
    [in] Size, in bytes, of the buffer that the OS passes and that lpData points to.

    If cbData is zero, the end of the module has been reached.

Return Values

None.

Remarks

This function pointer is called to stream a module to the OEM to verify the module before being run.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Not applicable.
Link Library: Coredll.lib.

See Also

OEMCertifyModule

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.