Searched refs:pTypeFormat (Results 1 – 3 of 3) sorted by relevance
487 …PFORMAT_STRING pTypeFormat = (PFORMAT_STRING)&pStubMsg->StubDesc->pFormatTypes[params[i].u.type_of… in client_do_args() local503 params[i].attr.IsBasetype ? params[i].u.type_format_char : *pTypeFormat, in client_do_args()512 memset( *(unsigned char **)pArg, 0, calc_arg_size( pStubMsg, pTypeFormat )); in client_do_args()534 NdrClearOutParameters( pStubMsg, pTypeFormat, *(unsigned char **)pArg ); in client_do_args()1225 … const unsigned char *pTypeFormat = &pStubMsg->StubDesc->pFormatTypes[params[i].u.type_offset]; in stub_do_args() local1229 params[i].attr.IsBasetype ? params[i].u.type_format_char : *pTypeFormat, in stub_do_args()1252 if (*pTypeFormat != FC_BIND_CONTEXT) pStubMsg->pfnFree(*(void **)pArg); in stub_do_args()1258 if (*pTypeFormat == FC_BIND_CONTEXT) in stub_do_args()1260 NDR_SCONTEXT ctxt = NdrContextHandleInitialize(pStubMsg, pTypeFormat); in stub_do_args()1266 DWORD size = calc_arg_size(pStubMsg, pTypeFormat); in stub_do_args()
4386 umcb->pTypeFormat = NULL /* FIXME */; in UserMarshalCB()
338 PFORMAT_STRING pTypeFormat; member