Scroll to navigation

SHMessageBoxCheckW(3w) Wine API SHMessageBoxCheckW(3w)

NAME

SHMessageBoxCheckW (SHLWAPI.191)

SYNOPSIS

INT_PTR SHMessageBoxCheckW
(
HWND hWnd,
LPCWSTR lpszText,
LPCWSTR lpszTitle,
DWORD dwType,
INT_PTR iRet,
LPCWSTR lpszId
)
 

DESCRIPTION

See SHMessageBoxCheckA(3w).
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/shlwapi/msgbox.c".
Debug channel "shell".
Oct 2012 Wine API