◄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. ♦