ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <winspool.h>
Public Attributes | |
DWORD | dwBidiType |
union { | |
WINBOOL bData | |
LONG iData | |
LPWSTR sData | |
FLOAT fData | |
BINARY_CONTAINER biData | |
} | u |
Definition at line 1138 of file winspool.h.
WINBOOL _BIDI_DATA::bData |
Definition at line 1141 of file winspool.h.
BINARY_CONTAINER _BIDI_DATA::biData |
Definition at line 1145 of file winspool.h.
DWORD _BIDI_DATA::dwBidiType |
Definition at line 1139 of file winspool.h.
FLOAT _BIDI_DATA::fData |
Definition at line 1144 of file winspool.h.
LONG _BIDI_DATA::iData |
Definition at line 1142 of file winspool.h.
LPWSTR _BIDI_DATA::sData |
Definition at line 1143 of file winspool.h.
union { ... } _BIDI_DATA::u |