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.
Other versions of this page are also available for the following:
.gif)
.gif)
8/28/2008
This macro maps to the SetWindowLong function.
Syntax
SetDlgMsgResult(
HWND hwnd,
int msg,
LONG result
);
Parameters
- hwnd
Handle to the dialog box.
- msg
Specifies the zero-based offset to the value to be set. Valid values are in the range zero through the number of bytes of extra window memory, minus four.
- result
Specifies the replacement value.
Requirements
| Header | windowsx.h |
| Windows Embedded CE | Windows CE 1.0 and later |