ReactOS 0.4.15-dev-7842-g558ab78
_MARSHALL_DOWN_INFO Struct Reference

#include <spoolss.h>

Public Attributes

DWORD dwOffset
 
DWORD cbSize
 
DWORD cbPerElementSize
 
BOOL bAdjustAddress
 

Detailed Description

Definition at line 29 of file spoolss.h.

Member Data Documentation

◆ bAdjustAddress

BOOL _MARSHALL_DOWN_INFO::bAdjustAddress

If this element is a structure itself, this field gives the size in bytes of each element of the structure. Otherwise, this is the same as cbTotalSize. E.g. for SYSTEMTIME, cbSize would be 16 and cbPerElementSize would be 2. Unused here, I don't know what we need this number for.

Definition at line 36 of file spoolss.h.

◆ cbPerElementSize

DWORD _MARSHALL_DOWN_INFO::cbPerElementSize

Total size of this element in bytes under Windows. Unused here, I don't know what we need this number for.

Definition at line 33 of file spoolss.h.

◆ cbSize

DWORD _MARSHALL_DOWN_INFO::cbSize

Byte offset of this element within the structure or MAXDWORD to indicate the end of the array

Definition at line 32 of file spoolss.h.

◆ dwOffset

DWORD _MARSHALL_DOWN_INFO::dwOffset

Definition at line 31 of file spoolss.h.


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