DWORD APIENTRY GetCPSUIUserData(
HWND hDlg | |
); |
GetCPSUIUserData retrieves information associated with the specified property sheet dialog box.
GetCPSUIUserData returns the 32-bit value associated with hDlg upon success. If the function fails, the return value is zero.
The caller�s dialog box subclass procedure, defined as the DlgProc member of the DLGPAGE structure, can call GetCPSUIUserData to retrieve user data stored by the caller in a previous call to SetCPSUIUserData.