Share via


CertifyModule (Windows CE 5.0)

Send Feedback

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

BOOL CertifyModule(PBYTEpbBlock,DWORDcbBlock );

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.