次の方法で共有


AddPropSheetPageProc (Windows CE 5.0)

Send Feedback

This callback function is application-defined. It is used by a property sheet extension to add a page to a property sheet.

BOOLCALLBACKAddPropSheetPageProc(HPROPSHEETPAGEhpage,   LPARAMlParam );

Parameters

  • hpage
    [in] Handle to a property sheet page.
  • lParam
    [in] Application-defined 32-bit value.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Developer implemented.
Link Library: Developer implemented.

See Also

ExtensionPropSheetPageProc

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.