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
ee775551
Commit
ee775551
authored
Sep 21, 2009
by
Hans Leidekker
Committed by
Alexandre Julliard
Sep 22, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4: Add stub implementations of NdrMesTypeDecode2 and NdrMesTypeFree2.
parent
802674e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
ndr_es.c
dlls/rpcrt4/ndr_es.c
+12
-0
rpcrt4.spec
dlls/rpcrt4/rpcrt4.spec
+2
-2
No files found.
dlls/rpcrt4/ndr_es.c
View file @
ee775551
...
...
@@ -439,3 +439,15 @@ void WINAPIV NdrMesProcEncodeDecode(handle_t Handle, const MIDL_STUB_DESC * pStu
if
(
pProcHeader
->
Oi_flags
&
RPC_FC_PROC_OIF_FULLPTR
)
NdrFullPointerXlatFree
(
pEsMsg
->
StubMsg
.
FullPtrXlatTables
);
}
void
RPC_ENTRY
NdrMesTypeDecode2
(
handle_t
Handle
,
const
MIDL_TYPE_PICKLING_INFO
*
pPicklingInfo
,
const
MIDL_STUB_DESC
*
pStubDesc
,
PFORMAT_STRING
pFormatString
,
void
*
pObject
)
{
FIXME
(
"(%p, %p, %p, %p, %p)
\n
"
,
Handle
,
pPicklingInfo
,
pStubDesc
,
pFormatString
,
pObject
);
}
void
RPC_ENTRY
NdrMesTypeFree2
(
handle_t
Handle
,
const
MIDL_TYPE_PICKLING_INFO
*
pPicklingInfo
,
const
MIDL_STUB_DESC
*
pStubDesc
,
PFORMAT_STRING
pFormatString
,
void
*
pObject
)
{
FIXME
(
"(%p, %p, %p, %p, %p)
\n
"
,
Handle
,
pPicklingInfo
,
pStubDesc
,
pFormatString
,
pObject
);
}
dlls/rpcrt4/rpcrt4.spec
View file @
ee775551
...
...
@@ -225,11 +225,11 @@
@ stub NdrMesSimpleTypeEncode
@ stub NdrMesTypeAlignSize2
@ stub NdrMesTypeAlignSize
@ st
ub NdrMesTypeDecode2
@ st
dcall NdrMesTypeDecode2(ptr ptr ptr ptr ptr)
@ stub NdrMesTypeDecode
@ stub NdrMesTypeEncode2
@ stub NdrMesTypeEncode
@ st
ub NdrMesTypeFree2
@ st
dcall NdrMesTypeFree2(ptr ptr ptr ptr ptr)
@ stdcall NdrNonConformantStringBufferSize(ptr ptr ptr)
@ stdcall NdrNonConformantStringMarshall(ptr ptr ptr)
@ stdcall NdrNonConformantStringMemorySize(ptr ptr)
...
...
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