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
f954fb88
Commit
f954fb88
authored
Jan 18, 2023
by
Zebediah Figura
Committed by
Alexandre Julliard
Jan 31, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add more definitions to difxapi.h.
parent
855bb76b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
difxapi.h
include/difxapi.h
+13
-0
No files found.
include/difxapi.h
View file @
f954fb88
...
...
@@ -23,6 +23,19 @@
extern
"C"
{
#endif
#define ERROR_DEPENDENT_APPLICATIONS_EXIST 0xe0000300
#define ERROR_NO_DEVICE_ID 0xe0000301
#define ERROR_DRIVER_PACKAGE_NOT_IN_STORE 0xe0000302
#define ERROR_MISSING_FILE 0xe0000303
#define ERROR_INVALID_CATALOG_DATA 0xe0000304
#define DRIVER_PACKAGE_REPAIR 0x00000001
#define DRIVER_PACKAGE_SILENT 0x00000002
#define DRIVER_PACKAGE_FORCE 0x00000004
#define DRIVER_PACKAGE_ONLY_IF_DEVICE_PRESENT 0x00000008
#define DRIVER_PACKAGE_LEGACY_MODE 0x00000010
#define DRIVER_PACKAGE_DELETE_FILES 0x00000020
typedef
struct
_INSTALLERINFO_A
{
PSTR
pApplicationId
;
...
...
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