ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <winspool.h>
Public Attributes | |
DWORD | Flags |
LPWSTR | pDescription |
LPWSTR | pName |
LPWSTR | pComment |
Definition at line 26 of file winspool.h.
DWORD _PRINTER_INFO_1W::Flags |
Definition at line 27 of file winspool.h.
LPWSTR _PRINTER_INFO_1W::pComment |
Definition at line 30 of file winspool.h.
Referenced by GetPrinterA(), and START_TEST().
LPWSTR _PRINTER_INFO_1W::pDescription |
Definition at line 28 of file winspool.h.
Referenced by GetPrinterA(), and START_TEST().
LPWSTR _PRINTER_INFO_1W::pName |
Definition at line 29 of file winspool.h.
Referenced by GetPrinterA(), START_TEST(), and UpdateTrayIcon().