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
283049b8
Commit
283049b8
authored
Jul 03, 2006
by
Robert Shearman
Committed by
Alexandre Julliard
Jul 05, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut: Document some more members of SLTG_TypeInfoTail.
parent
cc5aceb4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
21 deletions
+15
-21
typelib.c
dlls/oleaut32/typelib.c
+0
-6
typelib.h
dlls/oleaut32/typelib.h
+15
-15
No files found.
dlls/oleaut32/typelib.c
View file @
283049b8
...
...
@@ -3379,12 +3379,6 @@ static ITypeLib2* ITypeLib2_Constructor_SLTG(LPVOID pLib, DWORD dwTLBLength)
#define X(x) TRACE_(typelib)("tt "#x": %x\n",pTITail->res##x);
X
(
06
);
X
(
08
);
X
(
0
a
);
X
(
0
c
);
X
(
0
e
);
X
(
10
);
X
(
12
);
X
(
16
);
X
(
18
);
X
(
1
a
);
...
...
dlls/oleaut32/typelib.h
View file @
283049b8
...
...
@@ -428,28 +428,28 @@ typedef struct {
/*00*/
WORD
cFuncs
;
/*02*/
WORD
cVars
;
/*04*/
WORD
cImplTypes
;
/*06*/
WORD
res06
;
/*08*/
WORD
res08
;
/*0a*/
WORD
res0a
;
/*0c*/
WORD
res0c
;
/*0e*/
WORD
res0e
;
/*10*/
WORD
res10
;
/*12*/
WORD
res12
;
/*06*/
WORD
res06
;
/* always 0000 */
/*08*/
WORD
funcs_off
;
/* offset to functions (starting from the member header) */
/*0a*/
WORD
vars_off
;
/* offset to vars (starting from the member header) */
/*0c*/
WORD
impls_off
;
/* offset to implemented types (starting from the member header) */
/*0e*/
WORD
funcs_bytes
;
/* bytes used by function data */
/*10*/
WORD
vars_bytes
;
/* bytes used by var data */
/*12*/
WORD
impls_bytes
;
/* bytes used by implemented type data */
/*14*/
WORD
tdescalias_vt
;
/* for TKIND_ALIAS */
/*16*/
WORD
res16
;
/*18*/
WORD
res18
;
/*1a*/
WORD
res1a
;
/*16*/
WORD
res16
;
/* always ffff */
/*18*/
WORD
res18
;
/* always 0000 */
/*1a*/
WORD
res1a
;
/* always 0000 */
/*1c*/
WORD
res1c
;
/*1e*/
WORD
res1e
;
/*1e*/
WORD
res1e
;
/* always 0000 */
/*20*/
WORD
cbSizeInstance
;
/*22*/
WORD
cbAlignment
;
/*24*/
WORD
res24
;
/*26*/
WORD
res26
;
/*28*/
WORD
cbSizeVft
;
/*2a*/
WORD
res2a
;
/*2c*/
WORD
res2c
;
/*2e*/
WORD
res2e
;
/*30*/
WORD
res30
;
/*2a*/
WORD
res2a
;
/* always ffff */
/*2c*/
WORD
res2c
;
/* always ffff */
/*2e*/
WORD
res2e
;
/* always ffff */
/*30*/
WORD
res30
;
/* always ffff */
/*32*/
WORD
res32
;
/*34*/
WORD
res34
;
}
SLTG_TypeInfoTail
;
...
...
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