ReactOS 0.4.15-dev-7924-g5949c20
_WINPRINT_HANDLE Struct Reference

#include <precomp.h>

Collaboration diagram for _WINPRINT_HANDLE:

Public Types

enum  { RAW }
 

Public Attributes

enum _WINPRINT_HANDLE:: { ... }  Datatype
 
DWORD dwJobID
 
PWSTR pwszDatatype
 
PWSTR pwszDocumentName
 
PWSTR pwszOutputFile
 
PWSTR pwszPrinterPort
 

Detailed Description

Definition at line 26 of file precomp.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
RAW 

Definition at line 28 of file precomp.h.

28{ RAW } Datatype;
enum _WINPRINT_HANDLE::@5123 Datatype

Member Data Documentation

◆ 

enum { ... } _WINPRINT_HANDLE::Datatype

◆ dwJobID

DWORD _WINPRINT_HANDLE::dwJobID

Definition at line 29 of file precomp.h.

Referenced by OpenPrintProcessor().

◆ pwszDatatype

PWSTR _WINPRINT_HANDLE::pwszDatatype

Definition at line 30 of file precomp.h.

Referenced by ClosePrintProcessor(), OpenPrintProcessor(), and PrintRawJob().

◆ pwszDocumentName

PWSTR _WINPRINT_HANDLE::pwszDocumentName

Definition at line 31 of file precomp.h.

Referenced by ClosePrintProcessor(), OpenPrintProcessor(), and PrintRawJob().

◆ pwszOutputFile

PWSTR _WINPRINT_HANDLE::pwszOutputFile

Definition at line 32 of file precomp.h.

Referenced by ClosePrintProcessor(), OpenPrintProcessor(), and PrintRawJob().

◆ pwszPrinterPort

PWSTR _WINPRINT_HANDLE::pwszPrinterPort

Definition at line 33 of file precomp.h.

Referenced by ClosePrintProcessor(), OpenPrintProcessor(), and PrintRawJob().


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