CertifyModuleFinal (Windows CE 5.0)

Send Feedback

This function returns the final certification status of a file and any data embedded in the signature.

BOOL CertifyModuleFinal(PBYTE* ppbSignData,PDWORD pcbSignData );

Parameters

  • ppbSignData
    [out] Pointer to optional data that might be embedded in the signature during the signing process.

  • pcbSignData
    [out] Number of bytes of signature data.

    Can be zero.

Return Values

TRUE indicates success.

FALSE indicates that a valid signature was not detected.

Remarks

Call this function when the kernel signals that the end of the module has been reached. The end of the module is reached when the cbData parameter of the OEMCertifyModule function is zero.

If additional attributes are included in the signature, such as a trust level or module name, you must search for this data.

This 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

CertifyModule | CertifyModuleInit | InitPubKey | OEMCertifyModule

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.