include/winspool.h: Add FORM_INFO_2.

oldstable
Marcel Partap 2007-12-09 19:50:08 +01:00 committed by Alexandre Julliard
parent 1716f03fae
commit 3252ddc0bd
1 changed files with 30 additions and 0 deletions

View File

@ -861,6 +861,36 @@ DECL_WINELIB_TYPE_AW(FORM_INFO_1)
DECL_WINELIB_TYPE_AW(PFORM_INFO_1)
DECL_WINELIB_TYPE_AW(LPFORM_INFO_1)
typedef struct _FORM_INFO_2A {
DWORD Flags;
LPSTR pName;
SIZEL Size;
RECTL ImageableArea;
LPCSTR pKeyword;
DWORD StringType;
LPSTR pMuiDll;
DWORD dwResourceId;
LPSTR pDisplayName;
LANGID wLangId;
} FORM_INFO_2A, *PFORM_INFO_2A, *LPFORM_INFO_2A;
typedef struct _FORM_INFO_2W {
DWORD Flags;
LPWSTR pName;
SIZEL Size;
RECTL ImageableArea;
LPCSTR pKeyword;
DWORD StringType;
LPWSTR pMuiDll;
DWORD dwResourceId;
LPWSTR pDisplayName;
LANGID wLangId;
} FORM_INFO_2W, *PFORM_INFO_2W, *LPFORM_INFO_2W;
DECL_WINELIB_TYPE_AW(FORM_INFO_2)
DECL_WINELIB_TYPE_AW(PFORM_INFO_2)
DECL_WINELIB_TYPE_AW(LPFORM_INFO_2)
typedef struct _PRINTPROCESSOR_INFO_1A {
LPSTR pName;
} PRINTPROCESSOR_INFO_1A, *PPRINTPROCESSOR_INFO_1A,