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
758a6951
Commit
758a6951
authored
Mar 18, 2005
by
Mike McCormack
Committed by
Alexandre Julliard
Mar 18, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implement summary information loading and saving.
parent
6064680f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
20 deletions
+15
-20
msipriv.h
dlls/msi/msipriv.h
+0
-6
suminfo.c
dlls/msi/suminfo.c
+0
-0
msi.h
include/msi.h
+0
-14
msiquery.h
include/msiquery.h
+15
-0
No files found.
dlls/msi/msipriv.h
View file @
758a6951
...
...
@@ -171,12 +171,6 @@ typedef struct tagMSIVIEWOPS
}
MSIVIEWOPS
;
typedef
struct
tagMSISUMMARYINFO
{
MSIOBJECTHDR
hdr
;
IPropertyStorage
*
propstg
;
}
MSISUMMARYINFO
;
struct
tagMSIVIEW
{
MSIOBJECTHDR
hdr
;
...
...
dlls/msi/suminfo.c
View file @
758a6951
This diff is collapsed.
Click to expand it.
include/msi.h
View file @
758a6951
...
...
@@ -201,20 +201,6 @@ UINT WINAPI MsiOpenProductA(LPCSTR, MSIHANDLE*);
UINT
WINAPI
MsiOpenProductW
(
LPCWSTR
,
MSIHANDLE
*
);
#define MsiOpenProduct WINELIB_NAME_AW(MsiOpenProduct)
UINT
WINAPI
MsiGetSummaryInformationA
(
MSIHANDLE
,
LPCSTR
,
UINT
,
MSIHANDLE
*
);
UINT
WINAPI
MsiGetSummaryInformationW
(
MSIHANDLE
,
LPCWSTR
,
UINT
,
MSIHANDLE
*
);
#define MsiGetSummaryInformation WINELIB_NAME_AW(MsiGetSummaryInformation)
UINT
WINAPI
MsiSummaryInfoGetPropertyA
(
MSIHANDLE
,
UINT
,
UINT
*
,
INT
*
,
FILETIME
*
,
LPSTR
,
DWORD
*
);
UINT
WINAPI
MsiSummaryInfoGetPropertyW
(
MSIHANDLE
,
UINT
,
UINT
*
,
INT
*
,
FILETIME
*
,
LPWSTR
,
DWORD
*
);
#define MsiSummaryInfoGetProperty WINELIB_NAME_AW(MsiSummaryInfoGetProperty)
UINT
WINAPI
MsiSummaryInfoPersist
(
MSIHANDLE
);
UINT
WINAPI
MsiSummaryInfoSetPropertyA
(
MSIHANDLE
,
UINT
,
UINT
,
INT
,
FILETIME
*
,
LPSTR
);
UINT
WINAPI
MsiSummaryInfoSetPropertyW
(
MSIHANDLE
,
UINT
,
UINT
,
INT
,
FILETIME
*
,
LPWSTR
);
#define MsiSummaryInfoSetProperty WINELIB_NAME_AW(MsiSummaryInfoSetProperty)
UINT
WINAPI
MsiProvideComponentFromDescriptorA
(
LPCSTR
,
LPSTR
,
DWORD
*
,
DWORD
*
);
UINT
WINAPI
MsiProvideComponentFromDescriptorW
(
LPCWSTR
,
LPWSTR
,
DWORD
*
,
DWORD
*
);
#define MsiProvideComponentFromDescriptor WINELIB_NAME_AW(MsiProvideComponentFromDescriptor)
...
...
include/msiquery.h
View file @
758a6951
...
...
@@ -181,6 +181,21 @@ UINT WINAPI MsiPreviewBillboardA(MSIHANDLE, LPCSTR, LPCSTR);
UINT
WINAPI
MsiPreviewBillboardW
(
MSIHANDLE
,
LPCWSTR
,
LPCWSTR
);
#define MsiPreviewBillboard WINELIB_NAME_AW(MsiPreviewBillboard)
UINT
WINAPI
MsiGetSummaryInformationA
(
MSIHANDLE
,
LPCSTR
,
UINT
,
MSIHANDLE
*
);
UINT
WINAPI
MsiGetSummaryInformationW
(
MSIHANDLE
,
LPCWSTR
,
UINT
,
MSIHANDLE
*
);
#define MsiGetSummaryInformation WINELIB_NAME_AW(MsiGetSummaryInformation)
UINT
WINAPI
MsiSummaryInfoGetPropertyA
(
MSIHANDLE
,
UINT
,
UINT
*
,
INT
*
,
FILETIME
*
,
LPSTR
,
DWORD
*
);
UINT
WINAPI
MsiSummaryInfoGetPropertyW
(
MSIHANDLE
,
UINT
,
UINT
*
,
INT
*
,
FILETIME
*
,
LPWSTR
,
DWORD
*
);
#define MsiSummaryInfoGetProperty WINELIB_NAME_AW(MsiSummaryInfoGetProperty)
UINT
WINAPI
MsiSummaryInfoSetPropertyA
(
MSIHANDLE
,
UINT
,
UINT
,
INT
,
FILETIME
*
,
LPSTR
);
UINT
WINAPI
MsiSummaryInfoSetPropertyW
(
MSIHANDLE
,
UINT
,
UINT
,
INT
,
FILETIME
*
,
LPWSTR
);
#define MsiSummaryInfoSetProperty WINELIB_NAME_AW(MsiSummaryInfoSetProperty)
UINT
WINAPI
MsiSummaryInfoPersist
(
MSIHANDLE
);
UINT
WINAPI
MsiSummaryInfoGetPropertyCount
(
MSIHANDLE
,
UINT
*
);
UINT
WINAPI
MsiEnableUIPreview
(
MSIHANDLE
,
MSIHANDLE
*
);
BOOL
WINAPI
MsiGetMode
(
MSIHANDLE
,
MSIRUNMODE
);
...
...
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