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
a2c58e23
Commit
a2c58e23
authored
Jun 28, 2005
by
Huw Davies
Committed by
Alexandre Julliard
Jun 28, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add comments describing the first DWORD in an import table entry.
parent
ccd5cdad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
6 deletions
+12
-6
typelib.h
dlls/oleaut32/typelib.h
+6
-3
typelib_struct.h
tools/widl/typelib_struct.h
+6
-3
No files found.
dlls/oleaut32/typelib.h
View file @
a2c58e23
...
...
@@ -161,9 +161,12 @@ typedef struct tagMSFT_TypeInfoBase {
/* layout of an entry with information on imported types */
typedef
struct
tagMSFT_ImpInfo
{
INT
res0
;
/* unknown */
INT
oImpFile
;
/* offset inthe Import File table */
INT
oGuid
;
/* offset in Guid table */
INT
res0
;
/* bits 0 - 15: count */
/* bit 16: if set oGuid is an offset to Guid */
/* if clear oGuid is a typeinfo index in the specified typelib */
/* bits 24 - 31: TKIND of reference */
INT
oImpFile
;
/* offset in the Import File table */
INT
oGuid
;
/* offset in Guid table or typeinfo index (see bit 16 of res0) */
}
MSFT_ImpInfo
;
/* function description data */
...
...
tools/widl/typelib_struct.h
View file @
a2c58e23
...
...
@@ -157,9 +157,12 @@ typedef struct tagMSFT_TypeInfoBase {
/* layout of an entry with information on imported types */
typedef
struct
tagMSFT_ImpInfo
{
INT
res0
;
/* unknown */
INT
oImpFile
;
/* offset inthe Import File table */
INT
oGuid
;
/* offset in Guid table */
INT
res0
;
/* bits 0 - 15: count */
/* bit 16: if set oGuid is an offset to Guid */
/* if clear oGuid is a typeinfo index in the specified typelib */
/* bits 24 - 31: TKIND of reference */
INT
oImpFile
;
/* offset in the Import File table */
INT
oGuid
;
/* offset in Guid table or typeinfo index (see bit 16 of res0) */
}
MSFT_ImpInfo
;
/* function description data */
...
...
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