pOEMLoadModule (Windows Embedded CE 6.0)

1/5/2010

This function points to the OEMCertifyModule function, if defined.

This function is implemented by OEMs.

Syntax

extern BOOL (*pOEMLoadModule)(
  LPBYTE lpData, 
  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 Value

None.

Remarks

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

Requirements

Header Developer Implemented
Library coredll.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Optional OAL Functions
OEMCertifyModule