Lines Matching refs:pInstruction
933 DELEGATION_INSTRUCTION * pInstruction; in runSession() local
935 …pInstruction = (DELEGATION_INSTRUCTION *)(&g_pExchangeBuffer->sInstructions[nInstructionsIndex/4]); in runSession()
938 nInstructionID = pInstruction->sGeneric.nInstructionID; in runSession()
966 nMessageType = pInstruction->sNotify.nMessageType; in runSession()
967 nMessageSize = pInstruction->sNotify.nMessageSize; in runSession()
981 memcpy(pMessage, &pInstruction->sNotify.nMessage[0], nMessageSize); in runSession()
1031 nSectorID = pInstruction->sReadWrite.nSectorID; in runSession()
1032 nWorkspaceOffset = pInstruction->sReadWrite.nWorkspaceOffset; in runSession()
1050 nSectorID = pInstruction->sReadWrite.nSectorID; in runSession()
1051 nWorkspaceOffset = pInstruction->sReadWrite.nWorkspaceOffset; in runSession()
1075 nNewSize = pInstruction->sSetSize.nNewSize; in runSession()