ReactOS 0.4.15-dev-8058-ga7cbb60
_PRINTER_INFO_1A Struct Reference

#include <winspool.h>

Public Attributes

DWORD Flags
 
LPSTR pDescription
 
LPSTR pName
 
LPSTR pComment
 

Detailed Description

This file has no copyright assigned and is placed in the Public Domain. This file is part of the mingw-w64 runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.

Definition at line 19 of file winspool.h.

Member Data Documentation

◆ Flags

DWORD _PRINTER_INFO_1A::Flags

Definition at line 20 of file winspool.h.

◆ pComment

LPSTR _PRINTER_INFO_1A::pComment

Definition at line 23 of file winspool.h.

Referenced by GetPrinterA().

◆ pDescription

LPSTR _PRINTER_INFO_1A::pDescription

Definition at line 21 of file winspool.h.

Referenced by GetPrinterA().

◆ pName

LPSTR _PRINTER_INFO_1A::pName

Definition at line 22 of file winspool.h.

Referenced by GetPrinterA().


The documentation for this struct was generated from the following file: