Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
3252ddc0
Commit
3252ddc0
authored
Dec 09, 2007
by
Marcel Partap
Committed by
Alexandre Julliard
Dec 12, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/winspool.h: Add FORM_INFO_2.
parent
1716f03f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
winspool.h
include/winspool.h
+30
-0
No files found.
include/winspool.h
View file @
3252ddc0
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment