rpcrt4: Support for SMVARRAY in EmbeddedComplexSize.
This commit is contained in:
parent
7e90aba97b
commit
dd000074fe
|
@ -1652,6 +1652,7 @@ static unsigned long EmbeddedComplexSize(PMIDL_STUB_MESSAGE pStubMsg,
|
|||
case RPC_FC_CSTRUCT:
|
||||
case RPC_FC_BOGUS_STRUCT:
|
||||
case RPC_FC_SMFARRAY:
|
||||
case RPC_FC_SMVARRAY:
|
||||
return *(const WORD*)&pFormat[2];
|
||||
case RPC_FC_USER_MARSHAL:
|
||||
return *(const WORD*)&pFormat[4];
|
||||
|
|
Loading…
Reference in New Issue