Home
last modified time | relevance | path

Searched refs:Read (Results 1 – 25 of 215) sorted by relevance

123456789

/reactos/modules/rostests/apitests/shlwapi/
H A DSHPropertyBag.cpp345 hr = pPropBag->Read(L"InvalidName", &vari, NULL); in SHPropertyBag_OnMemory()
357 hr = pPropBag->Read(L"Name1", &vari, NULL); in SHPropertyBag_OnMemory()
379 hr = pPropBag->Read(L"Name1", &vari, NULL); in SHPropertyBag_OnMemory()
410 hr = pPropBag->Read(L"Name1", &vari, NULL); in SHPropertyBag_OnMemory()
515 hr = pPropBag->Read(L"Name1", &vari, NULL); in SHPropertyBag_OnRegKey()
532 hr = pPropBag->Read(L"Name2", &vari, NULL); in SHPropertyBag_OnRegKey()
549 hr = pPropBag->Read(L"Name4", &vari, NULL); in SHPropertyBag_OnRegKey()
556 hr = pStream->Read(&guid, sizeof(guid), NULL); in SHPropertyBag_OnRegKey()
598 hr = pPropBag->Read(L"Name1", &vari, NULL); in SHPropertyBag_OnRegKey()
630 hr = pPropBag->Read(L"Name3", &vari, NULL); in SHPropertyBag_OnRegKey()
[all …]
/reactos/sdk/lib/drivers/wdf/shared/core/
H A Dfxrequestcontext.cpp174 m_CompletionParams.Parameters.Read.Buffer = ReadMemory->GetHandle(); in FormatReadParams()
178 m_CompletionParams.Parameters.Read.Offset = in FormatReadParams()
182 m_CompletionParams.Parameters.Read.Offset = 0; in FormatReadParams()
/reactos/drivers/filesystems/ntfs/
H A Dvolinfo.c45 ULONG Read = 0; in NtfsGetFreeClusters() local
81 for (; Read < BitmapDataSize; Read += DeviceExt->NtfsInfo.BytesPerSector) in NtfsGetFreeClusters()
83 …ReadAttribute(DeviceExt, DataContext, Read, (PCHAR)((ULONG_PTR)BitmapData + Read), DeviceExt->Ntfs… in NtfsGetFreeClusters()
/reactos/dll/win32/shlwapi/
H A Dpropbag.cpp86 STDMETHODIMP Read( in Read() function in CBasePropertyBag
152 CMemPropertyBag::Read( in Read() function in CMemPropertyBag
393 return pStream->Read(pv, cb, NULL); in _CopyStreamIntoBuff()
413 CRegPropertyBag::Read( in Read() function in CRegPropertyBag
800 STDMETHODIMP Read(
856 CIniPropertyBag::Read( in Read() function in CIniPropertyBag
1023 STDMETHODIMP Read(
1164 CDesktopUpgradePropertyBag::Read( in Read() function in CDesktopUpgradePropertyBag
1299 STDMETHODIMP Read(
1695 return m_pPidlBag->Read(pszPropName, pvari, pErrorLog); in _ReadPidlBag()
[all …]
/reactos/sdk/lib/rtl/
H A Dbootdata.c163 _In_ BOOLEAN Read, in RtlGetSetBootStatusData() argument
175 FileHandle, Read, DataClass, Buffer, BufferSize, ReturnLength); in RtlGetSetBootStatusData()
190 if (Read) in RtlGetSetBootStatusData()
/reactos/dll/win32/kernel32/client/
H A Dvdm.c1069 DWORD Read, Ret; in InternalIsOS2OrOldWin() local
1079 (Read != (DWORD)ne->ne_cmod * sizeof(WORD))) in InternalIsOS2OrOldWin()
1088 (Read != (DWORD)ne->ne_enttab - ne->ne_imptab)) in InternalIsOS2OrOldWin()
1136 DWORD Read; in InternalGetBinaryType() local
1139 (!ReadFile(hFile, &Header, sizeof(Header), &Read, NULL) || in InternalGetBinaryType()
1140 (Read != sizeof(Header)))) in InternalGetBinaryType()
1182 (!ReadFile(hFile, magic, sizeof(magic), &Read, NULL) || in InternalGetBinaryType()
1183 (Read != sizeof(magic)))) in InternalGetBinaryType()
1195 (Read != sizeof(IMAGE_FILE_HEADER))) in InternalGetBinaryType()
1216 !ReadFile(hFile, &ne, sizeof(IMAGE_OS2_HEADER), &Read, NULL) || in InternalGetBinaryType()
[all …]
/reactos/drivers/filesystems/ext2/src/
H A Dblock.c238 iosp->Parameters.Read.ByteOffset.QuadPart + pContext->Length; in Ext2ReadWriteBlockAsyncCompletionRoutine()
324 IrpSp->Parameters.Read.Length = Chain->Length; in Ext2ReadWriteBlocks()
325 IrpSp->Parameters.Read.ByteOffset.QuadPart = Chain->Lba; in Ext2ReadWriteBlocks()
381 IrpSp->Parameters.Read.Length = Extent->Length; in Ext2ReadWriteBlocks()
382 IrpSp->Parameters.Read.ByteOffset.QuadPart = Extent->Lba; in Ext2ReadWriteBlocks()
397 IrpSp->Parameters.Read.Length =Extent->Length; in Ext2ReadWriteBlocks()
398 IrpSp->Parameters.Read.ByteOffset.QuadPart = Extent->Lba; in Ext2ReadWriteBlocks()
/reactos/dll/shellext/fontext/
H A DCFontCache.cpp129 Read(); in Size()
137 Read(); in Name()
200 void CFontCache::Read() in Read() function in CFontCache
/reactos/drivers/filesystems/fastfat/
H A Ddeviosup.c288 Vbo = IrpSp->Parameters.Read.ByteOffset.LowPart; in FatPagingFileIo()
289 ByteCount = IrpSp->Parameters.Read.Length; in FatPagingFileIo()
351 NextIrpSp->Parameters.Read.Length = ByteCount; in FatPagingFileIo()
352 NextIrpSp->Parameters.Read.ByteOffset.QuadPart = NextLbo; in FatPagingFileIo()
581 NextIrpSp->Parameters.Read.Length = NextByteCount; in FatPagingFileIo()
655 NextIrpSp->Parameters.Read.Length = NextByteCount; in FatPagingFileIo()
1731 Length = IrpSp->Parameters.Read.Length; in FatMultipleAsync()
2078 IrpSp->Parameters.Read.Length = ByteCount; in FatSingleAsync()
2079 IrpSp->Parameters.Read.ByteOffset.QuadPart = Lbo; in FatSingleAsync()
2293 IrpSp->Parameters.Read.Length = ByteCount; in FatSingleNonAlignedSync()
[all …]
/reactos/drivers/wdm/audio/drivers/sb16/
H A Dadapter.cpp22 STDMETHODIMP_(BYTE) Read(void);
79 CAdapterSB16::Read() in STDMETHODIMP_()
/reactos/dll/win32/ws2_32/src/
H A Dgetproto.c135 DWORD Read; in GetProtoGetNextEnt() local
149 &Read, in GetProtoGetNextEnt()
154 Buffer->LineBuffer[Read] = ANSI_NULL; in GetProtoGetNextEnt()
/reactos/sdk/lib/fast486/
H A Dcommon.inl83 /* Read the directory entry */
105 /* Read the table entry */
221 /* Read the memory */
515 /* Read the GDT */
537 /* Read the LDT */
885 /* Read from memory */
935 /* Read from memory */
1328 /* Read memory */
1377 /* Read memory */
1426 /* Read memory */
[all …]
/reactos/base/setup/usetup/
H A Dconsup.c73 DWORD Read; in CONSOLE_ConInKey() local
78 ReadConsoleInput(StdInput, Buffer, 1, &Read); in CONSOLE_ConInKey()
92 DWORD Read = 0; in CONSOLE_ConInKeyPeek() local
97 if (!PeekConsoleInput(StdInput, Buffer, 1, &Read)) in CONSOLE_ConInKeyPeek()
99 if (Read == 0) in CONSOLE_ConInKeyPeek()
103 ReadConsoleInput(StdInput, Buffer, 1, &Read); in CONSOLE_ConInKeyPeek()
/reactos/modules/rostests/kmtests/ntos_io/
H A DIoReadWrite_drv.c334 ok_eq_hex(IoStack->Parameters.Read.Key, TestLastFastReadKey); in TestIrpHandler()
340 IoStack->Parameters.Read.Length, in TestIrpHandler()
341 IoStack->Parameters.Read.ByteOffset.QuadPart, in TestIrpHandler()
342 IoStack->Parameters.Read.Key, in TestIrpHandler()
/reactos/drivers/storage/class/classpnp/
H A Dobsolete.c387 _Analysis_assume_(currentIrpStack->Parameters.Read.Length <= dataTransferLength);
388 transferByteCount = currentIrpStack->Parameters.Read.Length;
579 LARGE_INTEGER startingOffset = currentIrpStack->Parameters.Read.ByteOffset;
651 currentIrpStack->Parameters.Read.Length);
693 transferBlocks = (USHORT)(currentIrpStack->Parameters.Read.Length >>
/reactos/drivers/filesystems/cdfs/
H A Dread.c126 if (IrpSp->Parameters.Read.Length == 0) { in _Requires_lock_held_()
164 StartingOffset = IrpSp->Parameters.Read.ByteOffset.QuadPart; in _Requires_lock_held_()
165 OriginalByteCount = ByteCount = IrpSp->Parameters.Read.Length; in _Requires_lock_held_()
H A Dworkque.c180 CdLockUserBuffer( IrpContext, IrpSp->Parameters.Read.Length, IoWriteAccess ); in _Requires_lock_held_()
189 CdLockUserBuffer( IrpContext, IrpSp->Parameters.Read.Length, IoReadAccess ); in _Requires_lock_held_()
/reactos/drivers/filesystems/vfatfs/
H A Dblockdev.c189 StackPtr->Parameters.Read.Length = ReadLength; in VfatReadDiskPartial()
190 StackPtr->Parameters.Read.ByteOffset = *ReadOffset; in VfatReadDiskPartial()
371 StackPtr->Parameters.Read.Length = WriteLength; in VfatWriteDiskPartial()
372 StackPtr->Parameters.Read.ByteOffset = *WriteOffset; in VfatWriteDiskPartial()
/reactos/drivers/serial/serial/
H A Drw.c48 Length = IoGetCurrentIrpStackLocation(Irp)->Parameters.Read.Length; in ReadBytes()
163 Length = Stack->Parameters.Read.Length; in SerialRead()
167 if (Stack->Parameters.Read.ByteOffset.QuadPart != 0 || Buffer == NULL) in SerialRead()
/reactos/drivers/wdm/audio/legacy/stream/
H A Ddriver.c324 IN BOOLEAN Read, in StreamClassReadWriteConfig() argument
341 if (Read) in StreamClassReadWriteConfig()
348 MajorFunction = (Read ? IRP_MJ_READ : IRP_MJ_WRITE); in StreamClassReadWriteConfig()
/reactos/drivers/storage/floppy/floppy/
H A Dreadwrite.c447 …(Stack->MajorFunction == IRP_MJ_READ ? Stack->Parameters.Read.Length : Stack->Parameters.Write.Len… in ReadWritePassive()
448 (Stack->MajorFunction == IRP_MJ_READ ? Stack->Parameters.Read.ByteOffset.u.LowPart : in ReadWritePassive()
518 Length = Stack->Parameters.Read.Length; in ReadWritePassive()
519 DiskByteOffset = Stack->Parameters.Read.ByteOffset.u.LowPart; in ReadWritePassive()
/reactos/drivers/network/ndisuio/
H A Dreadwrite.c131 if (BytesCopied > IrpSp->Parameters.Read.Length) in NduDispatchRead()
132 BytesCopied = IrpSp->Parameters.Read.Length; in NduDispatchRead()
/reactos/base/applications/cacls/lang/
H A Den-US.rc14 Perm can be: R Read\n\
21 R Read\n\
/reactos/modules/rostests/winetests/shlwapi/
H A Distream.c53 ret = stream->lpVtbl->Read(stream, NULL, 0, &count); in test_IStream_invalid_operations()
56 ret = stream->lpVtbl->Read(stream, data, 5, NULL); in test_IStream_invalid_operations()
59 ret = stream->lpVtbl->Read(stream, data, 0, NULL); in test_IStream_invalid_operations()
62 ret = stream->lpVtbl->Read(stream, data, 3, &count); in test_IStream_invalid_operations()
217 ret = stream->lpVtbl->Read(stream, buf, 2, &count); in test_stream_read_write()
239 ret = stream->lpVtbl->Read(stream, buf, 0, &count); in test_stream_read_write()
244 ret = stream->lpVtbl->Read(stream, buf, sizeof(buf), &count); in test_stream_read_write()
/reactos/modules/rostests/kmtests/ntos_cc/
H A DCcCopyWrite_drv.c355 Offset = IoStack->Parameters.Read.ByteOffset; in TestIrpHandler()
356 Length = IoStack->Parameters.Read.Length; in TestIrpHandler()
396 Offset = IoStack->Parameters.Read.ByteOffset; in TestIrpHandler()
397 Length = IoStack->Parameters.Read.Length; in TestIrpHandler()

123456789