Partager via


pOEMLoadModule

This global variable is optional and points to the OEMCertifyModule function, if defined.

void (*pOEMLoadModule)(
  LPTSTR ModuleName
);

Parameters

  • ModuleName
    [in] Name of the module to verify.

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.

See Also

OEMCertifyModule

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.