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
76fe458e
Commit
76fe458e
authored
Jul 18, 2007
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Jul 18, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/winspool.h: Add missing struct.
parent
24e158e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
62 additions
and
0 deletions
+62
-0
winspool.h
include/winspool.h
+62
-0
No files found.
include/winspool.h
View file @
76fe458e
...
...
@@ -474,6 +474,68 @@ DECL_WINELIB_TYPE_AW(DRIVER_INFO_6)
DECL_WINELIB_TYPE_AW
(
PDRIVER_INFO_6
)
DECL_WINELIB_TYPE_AW
(
LPDRIVER_INFO_6
)
/* DRIVER_INFO_7 is not defined in native winspool.h and not found in the www */
typedef
struct
_DRIVER_INFO_8A
{
DWORD
cVersion
;
LPSTR
pName
;
LPSTR
pEnvironment
;
LPSTR
pDriverPath
;
LPSTR
pDataFile
;
LPSTR
pConfigFile
;
LPSTR
pHelpFile
;
LPSTR
pDependentFiles
;
LPSTR
pMonitorName
;
LPSTR
pDefaultDataType
;
LPSTR
pszzPreviousNames
;
FILETIME
ftDriverDate
;
DWORDLONG
dwlDriverVersion
;
LPSTR
pszMfgName
;
LPSTR
pszOEMUrl
;
LPSTR
pszHardwareID
;
LPSTR
pszProvider
;
LPSTR
pszPrintProcessor
;
LPSTR
pszVendorSetup
;
LPSTR
pszzColorProfiles
;
LPSTR
pszInfPath
;
DWORD
dwPrinterDriverAttributes
;
LPSTR
pszzCoreDriverDependencies
;
FILETIME
ftMinInboxDriverVerDate
;
DWORDLONG
dwlMinInboxDriverVerVersion
;
}
DRIVER_INFO_8A
,
*
PDRIVER_INFO_8A
,
*
LPDRIVER_INFO_8A
;
typedef
struct
_DRIVER_INFO_8W
{
DWORD
cVersion
;
LPWSTR
pName
;
LPWSTR
pEnvironment
;
LPWSTR
pDriverPath
;
LPWSTR
pDataFile
;
LPWSTR
pConfigFile
;
LPWSTR
pHelpFile
;
LPWSTR
pDependentFiles
;
LPWSTR
pMonitorName
;
LPWSTR
pDefaultDataType
;
LPWSTR
pszzPreviousNames
;
FILETIME
ftDriverDate
;
DWORDLONG
dwlDriverVersion
;
LPWSTR
pszMfgName
;
LPWSTR
pszOEMUrl
;
LPWSTR
pszHardwareID
;
LPWSTR
pszProvider
;
LPWSTR
pszPrintProcessor
;
LPWSTR
pszVendorSetup
;
LPWSTR
pszzColorProfiles
;
LPWSTR
pszInfPath
;
DWORD
dwPrinterDriverAttributes
;
LPWSTR
pszzCoreDriverDependencies
;
FILETIME
ftMinInboxDriverVerDate
;
DWORDLONG
dwlMinInboxDriverVerVersion
;
}
DRIVER_INFO_8W
,
*
PDRIVER_INFO_8W
,
*
LPDRIVER_INFO_8W
;
DECL_WINELIB_TYPE_AW
(
DRIVER_INFO_8
)
DECL_WINELIB_TYPE_AW
(
PDRIVER_INFO_8
)
DECL_WINELIB_TYPE_AW
(
LPDRIVER_INFO_8
)
typedef
struct
_PRINTER_INFO_1A
{
DWORD
Flags
;
...
...
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