CertifyModule (Windows Embedded CE 6.0)

1/5/2010

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

Syntax

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 Value

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

Header Developer Implemented
Library loadauth.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

Optional OAL Functions
CertifyModuleFinal
CertifyModuleInit
InitPubKey
OEMCertifyModule