Home
last modified time | relevance | path

Searched refs:pCorrInfo (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/rpcrt4/
H A Dndr_clientserver.c100 pStubMsg->pCorrInfo = NULL; in NdrClientInitializeNew()
153 pStubMsg->pCorrInfo = NULL; in NdrServerInitializeNew()
/reactos/sdk/include/psdk/
H A Drpcndr.h262 PNDR_CORRELATION_INFO pCorrInfo; member
/reactos/modules/rostests/winetests/rpcrt4/
H A Dndr_marshall.c1753 ok( stubMsg->pCorrInfo == 0 || broken(stubMsg->pCorrInfo == unset_ptr), /* win9x, nt4 */ in test_common_stub_data()
1754 "%s: pCorrInfo should have been set to zero instead of %p\n", prefix, stubMsg->pCorrInfo ); in test_common_stub_data()