ReactOS 0.4.16-dev-533-gc7d1aa3
|
#include <wingdi.h>
Public Attributes | |
int | cbSize |
LPCWSTR | lpszDocName |
LPCWSTR | lpszOutput |
LPCWSTR | lpszDatatype |
DWORD | fwType |
int _DOCINFOW::cbSize |
Definition at line 1683 of file wingdi.h.
Referenced by print(), and StartDocW().
DWORD _DOCINFOW::fwType |
Definition at line 1687 of file wingdi.h.
Referenced by StartDocW().
LPCWSTR _DOCINFOW::lpszDatatype |
Definition at line 1686 of file wingdi.h.
Referenced by StartDocW().
LPCWSTR _DOCINFOW::lpszDocName |
Definition at line 1684 of file wingdi.h.
Referenced by print(), and StartDocW().
LPCWSTR _DOCINFOW::lpszOutput |
Definition at line 1685 of file wingdi.h.
Referenced by print(), StartDocDlgW(), and StartDocW().