Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dusrmarshal.c2138 ULONG strcnt; member
2153 wire->charcnt = wire->strcnt = 0; in SNB_UserMarshal()
2165 wire->strcnt++; in SNB_UserMarshal()
2199 …ptrW = *pSnb = umcb->pStubMsg->pfnAllocate((wire->strcnt+1)*sizeof(WCHAR*) + wire->datalen*sizeof(… in SNB_UserUnmarshal()
2200 dest = (WCHAR*)(*pSnb + wire->strcnt + 1); in SNB_UserUnmarshal()
2202 for (i = 0; i < wire->strcnt; i++) in SNB_UserUnmarshal()