WORD WNetViewQueueDialog(hwndParent, lpszQueue) | |||
HWND hwndParent; | |||
LPSTR lpszQueue; |
The WNetViewQueueDialog function displays a driver-specific network queue dialog box.
hwndParent
Identifies the owner of the dialog box.
lpszQueue
Points to a null-terminated string specifying the queue to view. If this parameter is NULL, the user must use the dialog box to specify the network printer to view.
The return value is one of the following values.
Value | Meaning |
WN_NOT_SUPPORTED | Function not supported. |
WN_OUT_OF_MEMORY | Not enough memory to display the dialog. |
WN_SUCCESS | Success. |
The export ordinal for this function is 28.