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
4447f221
Commit
4447f221
authored
Jul 28, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4: Use a single structure for all parameter types in new format descriptors.
parent
29575d2f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
22 deletions
+11
-22
ndr_stubless.c
dlls/rpcrt4/ndr_stubless.c
+0
-0
ndr_stubless.h
dlls/rpcrt4/ndr_stubless.h
+11
-22
No files found.
dlls/rpcrt4/ndr_stubless.c
View file @
4447f221
This diff is collapsed.
Click to expand it.
dlls/rpcrt4/ndr_stubless.h
View file @
4447f221
...
...
@@ -141,31 +141,20 @@ typedef struct _NDR_PARAM_OI_OTHER
unsigned
short
type_offset
;
}
NDR_PARAM_OI_OTHER
;
typedef
struct
_NDR_PARAM_OIF_BASETYPE
typedef
struct
{
PARAM_ATTRIBUTES
param_attributes
;
PARAM_ATTRIBUTES
attr
;
/* the offset on the calling stack where the parameter is located */
unsigned
short
stack_offset
;
/* see NDR_PARAM_OI_BASETYPE::type_format_char */
unsigned
char
type_format_char
;
/* always FC_PAD */
unsigned
char
unused
;
}
NDR_PARAM_OIF_BASETYPE
;
typedef
struct
_NDR_PARAM_OIF_OTHER
{
PARAM_ATTRIBUTES
param_attributes
;
/* see NDR_PARAM_OIF_BASETYPE::stack_offset */
unsigned
short
stack_offset
;
/* offset into the provided type format string where the type for this
* parameter starts */
unsigned
short
type_offset
;
}
NDR_PARAM_OIF_OTHER
;
union
{
/* see NDR_PARAM_OI_BASETYPE::type_format_char */
unsigned
char
type_format_char
;
/* offset into the provided type format string where the type for this
* parameter starts */
unsigned
short
type_offset
;
}
u
;
}
NDR_PARAM_OIF
;
/* explicit handle description for FC_BIND_PRIMITIVE type */
typedef
struct
_NDR_EHD_PRIMITIVE
...
...
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