Home
last modified time | relevance | path

Searched refs:fIsIn (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/rpcrt4/
H A Dndr_clientserver.c85 pStubMsg->fIsIn = 0; in NdrClientInitializeNew()
139 pStubMsg->fIsIn = 0; in NdrServerInitializeNew()
/reactos/modules/rostests/winetests/ole32/
H A Dusrmarshal.c754 umcb.pStubMsg->fIsIn = in; in marshal_WdtpInterfacePointer()
835 umcb.pStubMsg->fIsIn = in; in marshal_STGMEDIUM()
904 umcb.pStubMsg->fIsIn = in; in marshal_STGMEDIUM()
962 umcb.pStubMsg->fIsIn = in; in marshal_STGMEDIUM()
/reactos/sdk/include/psdk/
H A Drpcndr.h240 unsigned int fIsIn:1; member
/reactos/modules/rostests/winetests/rpcrt4/
H A Dndr_marshall.c1725 ok(stubMsg->fIsIn == 0 || broken(stubMsg->fIsIn), /* win9x, nt4 */ in test_common_stub_data()
1726 "%s: fIsIn should have been set to 0 instead of %d\n", prefix, stubMsg->fIsIn); in test_common_stub_data()