|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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().