Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
3/28/2014
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 |