SetDlgMsgResult (Windows CE 5.0)
This macro maps to the SetWindowLong function.
Syntax
SetDlgMsgResult( HWNDhwnd,intmsg,LONGresult );
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
OS Versions: Windows CE 1.0 and later.
Header: Windowsx.h.
See Also
Standard Shell Macros | SetWindowLong
Send Feedback on this topic to the authors