Windows 3.1 Device Drivers (ddag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
WNetViewQueueDialog
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
WORD WNetViewQueueDialog(hwndParent, lpszQueue)
HWND hwndParent;
LPSTR lpszQueue;
 
The WNetViewQueueDialog function displays a driver-specific network queue
dialog box.
 
Parameter   Description
────────────────────────────────────────────────────────────────────────────
 
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.
 
Return Value
 
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.
 
Comments
 
The export ordinal for this function is 28.
 
                                      ♦