Searched refs:pRead (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/mspatcha/ |
H A D | mspatcha_main.c | 57 BYTE ReadByte(PSAFE_READ pRead) in ReadByte() argument 59 if (pRead->Ptr + sizeof(BYTE) <= (pRead->Root + pRead->Size)) in ReadByte() 62 pRead->Ptr += sizeof(BYTE); in ReadByte() 65 pRead->Ptr = pRead->Root + pRead->Size; in ReadByte() 78 USHORT ReadUShort(PSAFE_READ pRead) in ReadUShort() argument 80 if (pRead->Ptr + sizeof(USHORT) <= (pRead->Root + pRead->Size)) in ReadUShort() 86 pRead->Ptr = pRead->Root + pRead->Size; in ReadUShort() 99 DWORD ReadDWord(PSAFE_READ pRead) in ReadDWord() argument 101 if (pRead->Ptr + sizeof(DWORD) <= (pRead->Root + pRead->Size)) in ReadDWord() 107 pRead->Ptr = pRead->Root + pRead->Size; in ReadDWord() [all …]
|
/reactos/dll/win32/imm32/ |
H A D | compstr.c | 566 pRead, dwReadLen); in ImmSetCompositionStringAW() 609 if (pRead) in ImmSetCompositionStringAW() 665 if (pRead) in ImmSetCompositionStringAW() 677 Imm32CompAttrWideToAnsi(pRead, dwReadLen, in ImmSetCompositionStringAW() 691 Imm32CompAttrAnsiToWide(pRead, dwReadLen, in ImmSetCompositionStringAW() 725 if (pRead) in ImmSetCompositionStringAW() 735 Imm32CompClauseWideToAnsi(pRead, dwReadLen, in ImmSetCompositionStringAW() 783 if (pRead) in ImmSetCompositionStringAW() 795 Imm32ReconvertAnsiFromWide(pRS, pRead, uCodePage); in ImmSetCompositionStringAW() 807 Imm32ReconvertWideFromAnsi(pRS, pRead, uCodePage); in ImmSetCompositionStringAW() [all …]
|
/reactos/dll/win32/msimtf/ |
H A D | activeimmapp.c | 529 LPVOID pRead, DWORD dwReadLen) in ActiveIMMApp_SetCompositionStringA() argument 533 rc = ImmSetCompositionStringA(hIMC,dwIndex,pComp,dwCompLen,pRead,dwReadLen); in ActiveIMMApp_SetCompositionStringA() 543 LPVOID pRead, DWORD dwReadLen) in ActiveIMMApp_SetCompositionStringW() argument 547 rc = ImmSetCompositionStringW(hIMC,dwIndex,pComp,dwCompLen,pRead,dwReadLen); in ActiveIMMApp_SetCompositionStringW()
|
/reactos/sdk/include/psdk/ |
H A D | dimm.idl | 484 [in] LPVOID pRead, 492 [in] LPVOID pRead,
|