rpcrt4: Add a FIXME for RPC_FC_P_ALLOCALLNODES in PointerUnmarshall.

This commit is contained in:
Rob Shearman 2007-12-15 13:57:06 +00:00 committed by Alexandre Julliard
parent 68432dd339
commit b300189c43
1 changed files with 3 additions and 0 deletions

View File

@ -1096,6 +1096,9 @@ static void PointerUnmarshall(PMIDL_STUB_MESSAGE pStubMsg,
}
}
if (attr & RPC_FC_P_ALLOCALLNODES)
FIXME("RPC_FC_P_ALLOCALLNODES not implemented\n");
if (attr & RPC_FC_P_DEREF) {
if (fMustAlloc) {
base_ptr_val = NdrAllocate(pStubMsg, sizeof(void *));