Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The WM_DSA_SHEET_CLOSE_NOTIFY message is posted to the Active Directory MMC snap-in when a secondary property sheet is destroyed.
Note
This message value is not defined in a published header file. To use this message value, you must define it yourself in the exact format shown.
#define WM_DSA_SHEET_CLOSE_NOTIFY (WM_USER + 5)
LRESULT SendMessage( (HWND)   hwnd, 
                     (UINT)   WM_DSA_SHEET_CLOSE_NOTIFY,
                     (WPARAM) wParam, 
                     (LPARAM) lParam);
Parameters
- 
hwnd
 - 
The window handle of the snap-in window that will process this message. This handle is obtained from the hwndHidden member of the PROPSHEETCFG structure.
 - 
wParam
 - 
Contains an application-defined 32-bit value. This is obtained from the wParamSheetClose member of the PROPSHEETCFG structure.
 - 
lParam
 - 
Not used.
 
Return value
The return value for this message is not used.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | 
Windows Vista | 
| Minimum supported server | 
Windows Server 2008 |