Share via


CertifyModule

This function, which is called from the OEMCertifyModule function, streams the bytes of a module for certification.

BOOL CertifyModule(
  PBYTE pbBlock, 
  DWORD cbBlock 
);

Parameters

  • pbBlock
    [in] Pointer to a block of bytes from the module being certified.
  • cbBlock
    [in] Number of bytes in the current block.

Return Values

TRUE indicates success; FALSE indicates that an error occurred while scanning the file.

Remarks

Because this function is called from the OEMCertifyModule function, CertifyModule takes the same parameters as OEMCertifyModule. The CertifyModule function is part of the Loadauth.lib component.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Not applicable.
Link Library: Loadauth.lib.

See Also

CertifyModuleFinal | CertifyModuleInit | InitPubKey | OEMCertifyModule

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.