SetCPSUIUserData

BOOL APIENTRY SetCPSUIUserData(

    HWND hDlg,

    DWORD  CPSUIUserData

   );

SetCPSUIUserData associates user-defined data with the specified property sheet dialog box.

Parameters

hDlg
Handle to the property sheet dialog box with which CPSUIUserData is to be stored.
CPSUIUserData
Specifies the 32-bit value to be stored with hDlg.

Comments

The caller’s dialog box subclass procedure, defined as the DlgProc member of the DLGPAGE structure, can call SetCPSUIUserData to store a 32-bit value with the dialog box.

See Also

GetCPSUIUserData