ReactOS 0.4.15-dev-7842-g558ab78
_SHD_HEADER Struct Reference

#include <precomp.h>

Collaboration diagram for _SHD_HEADER:

Public Attributes

DWORD dwSignature
 
DWORD cbHeader
 
WORD wStatus
 
WORD wUnknown1
 
DWORD dwJobID
 
DWORD dwPriority
 
DWORD offUserName
 
DWORD offNotifyName
 
DWORD offDocumentName
 
DWORD offPort
 
DWORD offPrinterName
 
DWORD offDriverName
 
DWORD offDevMode
 
DWORD offPrintProcessor
 
DWORD offDatatype
 
DWORD offPrintProcessorParameters
 
SYSTEMTIME stSubmitted
 
DWORD dwStartTime
 
DWORD dwUntilTime
 
DWORD dwUnknown6
 
DWORD dwTotalPages
 
DWORD cbSecurityDescriptor
 
DWORD offSecurityDescriptor
 
DWORD dwUnknown3
 
DWORD dwUnknown4
 
DWORD dwUnknown5
 
DWORD offMachineName
 
DWORD dwSPLSize
 

Detailed Description

Describes the header of a print job serialized into a shadow file (.SHD) Documented in http://www.undocprint.org/formats/winspool/shd Compatible with Windows Server 2003

Definition at line 216 of file precomp.h.

Member Data Documentation

◆ cbHeader

DWORD _SHD_HEADER::cbHeader

Definition at line 219 of file precomp.h.

Referenced by ReadJobShadowFile(), and WriteJobShadowFile().

◆ cbSecurityDescriptor

DWORD _SHD_HEADER::cbSecurityDescriptor

Definition at line 239 of file precomp.h.

◆ dwJobID

DWORD _SHD_HEADER::dwJobID

Definition at line 222 of file precomp.h.

Referenced by ReadJobShadowFile(), and WriteJobShadowFile().

◆ dwPriority

DWORD _SHD_HEADER::dwPriority

Definition at line 223 of file precomp.h.

Referenced by ReadJobShadowFile(), and WriteJobShadowFile().

◆ dwSignature

DWORD _SHD_HEADER::dwSignature

Definition at line 218 of file precomp.h.

Referenced by ReadJobShadowFile(), and WriteJobShadowFile().

◆ dwSPLSize

DWORD _SHD_HEADER::dwSPLSize

Definition at line 245 of file precomp.h.

Referenced by WriteJobShadowFile().

◆ dwStartTime

DWORD _SHD_HEADER::dwStartTime

Definition at line 235 of file precomp.h.

Referenced by ReadJobShadowFile(), and WriteJobShadowFile().

◆ dwTotalPages

DWORD _SHD_HEADER::dwTotalPages

Definition at line 238 of file precomp.h.

Referenced by ReadJobShadowFile(), and WriteJobShadowFile().

◆ dwUnknown3

DWORD _SHD_HEADER::dwUnknown3

Definition at line 241 of file precomp.h.

◆ dwUnknown4

DWORD _SHD_HEADER::dwUnknown4

Definition at line 242 of file precomp.h.

◆ dwUnknown5

DWORD _SHD_HEADER::dwUnknown5

Definition at line 243 of file precomp.h.

◆ dwUnknown6

DWORD _SHD_HEADER::dwUnknown6

Definition at line 237 of file precomp.h.

◆ dwUntilTime

DWORD _SHD_HEADER::dwUntilTime

Definition at line 236 of file precomp.h.

Referenced by ReadJobShadowFile(), and WriteJobShadowFile().

◆ offDatatype

DWORD _SHD_HEADER::offDatatype

Definition at line 232 of file precomp.h.

Referenced by ReadJobShadowFile(), and WriteJobShadowFile().

◆ offDevMode

DWORD _SHD_HEADER::offDevMode

Definition at line 230 of file precomp.h.

Referenced by ReadJobShadowFile(), and WriteJobShadowFile().

◆ offDocumentName

DWORD _SHD_HEADER::offDocumentName

Definition at line 226 of file precomp.h.

Referenced by ReadJobShadowFile(), and WriteJobShadowFile().

◆ offDriverName

DWORD _SHD_HEADER::offDriverName

Definition at line 229 of file precomp.h.

Referenced by WriteJobShadowFile().

◆ offMachineName

DWORD _SHD_HEADER::offMachineName

Definition at line 244 of file precomp.h.

Referenced by ReadJobShadowFile(), and WriteJobShadowFile().

◆ offNotifyName

DWORD _SHD_HEADER::offNotifyName

Definition at line 225 of file precomp.h.

Referenced by ReadJobShadowFile(), and WriteJobShadowFile().

◆ offPort

DWORD _SHD_HEADER::offPort

Definition at line 227 of file precomp.h.

◆ offPrinterName

DWORD _SHD_HEADER::offPrinterName

Definition at line 228 of file precomp.h.

Referenced by ReadJobShadowFile(), and WriteJobShadowFile().

◆ offPrintProcessor

DWORD _SHD_HEADER::offPrintProcessor

Definition at line 231 of file precomp.h.

Referenced by ReadJobShadowFile(), and WriteJobShadowFile().

◆ offPrintProcessorParameters

DWORD _SHD_HEADER::offPrintProcessorParameters

Definition at line 233 of file precomp.h.

Referenced by ReadJobShadowFile(), and WriteJobShadowFile().

◆ offSecurityDescriptor

DWORD _SHD_HEADER::offSecurityDescriptor

Definition at line 240 of file precomp.h.

◆ offUserName

DWORD _SHD_HEADER::offUserName

Definition at line 224 of file precomp.h.

Referenced by ReadJobShadowFile(), and WriteJobShadowFile().

◆ stSubmitted

SYSTEMTIME _SHD_HEADER::stSubmitted

Definition at line 234 of file precomp.h.

Referenced by ReadJobShadowFile(), and WriteJobShadowFile().

◆ wStatus

WORD _SHD_HEADER::wStatus

Definition at line 220 of file precomp.h.

◆ wUnknown1

WORD _SHD_HEADER::wUnknown1

Definition at line 221 of file precomp.h.


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