// winspool.h
DWORD PrinterMessageBoxA(
[in] HANDLE hPrinter,
DWORD Error,
[in] HWND hWnd,
[in] LPSTR pText,
[in] LPSTR pCaption,
DWORD dwType
);
View the official Windows Driver Kit DDI reference// winspool.h
DWORD PrinterMessageBoxW(
[in] HANDLE hPrinter,
DWORD Error,
[in] HWND hWnd,
[in] LPWSTR pText,
[in] LPWSTR pCaption,
DWORD dwType
);
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the PrinterMessageBoxA function.
hPrinter [in]Defines the HANDLE parameter hPrinter.
ErrorDefines the DWORD parameter Error.
hWnd [in]Defines the HWND parameter hWnd.
pText [in]Defines the LPSTR parameter pText.
pCaption [in]Defines the LPSTR parameter pCaption.
dwTypeDefines the DWORD parameter dwType.
This topic describes the PrinterMessageBoxW function.
hPrinter [in]Defines the HANDLE parameter hPrinter.
ErrorDefines the DWORD parameter Error.
hWnd [in]Defines the HWND parameter hWnd.
pText [in]Defines the LPWSTR parameter pText.
pCaption [in]Defines the LPWSTR parameter pCaption.
dwTypeDefines the DWORD parameter dwType.