PrinterMessageBox - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-winspool-printermessageboxa)

Description

This topic describes the PrinterMessageBoxA function.

Parameters

hPrinter [in]

Defines the HANDLE parameter hPrinter.

Error

Defines 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.

dwType

Defines the DWORD parameter dwType.

Return value

DWORD


Windows Driver Kit DDI reference (nf-winspool-printermessageboxw)

Description

This topic describes the PrinterMessageBoxW function.

Parameters

hPrinter [in]

Defines the HANDLE parameter hPrinter.

Error

Defines 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.

dwType

Defines the DWORD parameter dwType.

Return value

DWORD