PrinterMessageBoxW 函数 (winspool.h)
本主题介绍 PrinterMessageBoxW 函数。
语法
DWORD PrinterMessageBoxW(
[in] HANDLE hPrinter,
DWORD Error,
[in] HWND hWnd,
[in] LPWSTR pText,
[in] LPWSTR pCaption,
DWORD dwType
);
参数
[in] hPrinter
定义 HANDLE 参数 hPrinter。
Error
定义 DWORD 参数 Error。
[in] hWnd
定义 HWND 参数 hWnd。
[in] pText
定义 LPWSTR 参数 pText。
[in] pCaption
定义 LPWSTR 参数 pCaption。
dwType
定义 DWORD 参数 dwType。
返回值
DWORD
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | winspool.h (包括 Winspool.h) |