SHMessageBoxCheckExA (SHLWAPI.291)
INT_PTR SHMessageBoxCheckExA ( HWND hWnd, HINSTANCE hInst, LPCSTR lpszName, DLGPROC dlgProc, LPARAM lParam, INT_PTR iRet, LPCSTR lpszId )
Pop up a 'Don't show this message again' dialogue box.
hWnd | [In] | Window to be the dialogues' parent. |
hInst | [In] | Instance of the module holding the dialogue resource. |
lpszName | [In] | Resource Id of the dialogue resource. |
dlgProc | [In] | Dialog procedure, or NULL for default handling. |
lParam | [In] | LPARAM to pass to dlgProc. |
iRet | [In] | Value to return if dialogue is not shown. |
lpszId | [In] | Name of registry subkey which determines whether to show the dialog. |
Success: The value returned from the dialogue procedure.
Failure: iRet, if the dialogue resource could not be loaded or the dialogue should not be shown.
Both lpszName and lpszId must be less than MAX_PATH in length.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/shlwapi/msgbox.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shlwapi/msgbox.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.