ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
const struct IStreamVtbl | RtlMemoryStreamVtbl |
const struct IStreamVtbl | RtlOutOfProcessMemoryStreamVtbl |
#define NDEBUG |
Definition at line 13 of file memstream.c.
Definition at line 58 of file memstream.c.
Referenced by RtlAddRefMemoryStream(), RtlReadMemoryStream(), RtlReadOutOfProcessMemoryStream(), RtlReleaseMemoryStream(), RtlSeekMemoryStream(), and RtlStatMemoryStream().
Definition at line 131 of file memstream.c.
Definition at line 464 of file memstream.c.
Definition at line 398 of file memstream.c.
NTSTATUS NTAPI RtlCopyMappedMemory | ( | _Out_writes_bytes_all_(Size) PVOID | Destination, |
_In_reads_bytes_(Size) const VOID * | Source, | ||
_In_ SIZE_T | Size | ||
) |
Definition at line 479 of file memstream.c.
HRESULT NTAPI RtlCopyMemoryStreamTo | ( | _In_ IStream * | This, |
_In_ IStream * | Target, | ||
_In_ ULARGE_INTEGER | Length, | ||
_Out_opt_ PULARGE_INTEGER | BytesRead, | ||
_Out_opt_ PULARGE_INTEGER | BytesWritten | ||
) |
Definition at line 282 of file memstream.c.
Definition at line 97 of file memstream.c.
Referenced by CustomFinalReleaseOutOfProcessMemoryStream(), RtlInitOutOfProcessMemoryStream(), and test_OutOfProcess().
Definition at line 84 of file memstream.c.
Referenced by test_OutOfProcess().
HRESULT NTAPI RtlLockMemoryStreamRegion | ( | _In_ IStream * | This, |
_In_ ULARGE_INTEGER | Offset, | ||
_In_ ULARGE_INTEGER | Length, | ||
_In_ ULONG | LockType | ||
) |
Definition at line 426 of file memstream.c.
HRESULT NTAPI RtlQueryInterfaceMemoryStream | ( | _In_ IStream * | This, |
_In_ REFIID | RequestedIid, | ||
_Outptr_ PVOID * | ResultObject | ||
) |
Definition at line 108 of file memstream.c.
HRESULT NTAPI RtlReadMemoryStream | ( | _In_ IStream * | This, |
_Out_writes_bytes_(Length) PVOID | Buffer, | ||
_In_ ULONG | Length, | ||
_Out_opt_ PULONG | BytesRead | ||
) |
Definition at line 166 of file memstream.c.
HRESULT NTAPI RtlReadOutOfProcessMemoryStream | ( | _In_ IStream * | This, |
_Out_writes_bytes_(Length) PVOID | Buffer, | ||
_In_ ULONG | Length, | ||
_Out_opt_ PULONG | BytesRead | ||
) |
Definition at line 198 of file memstream.c.
Definition at line 144 of file memstream.c.
Definition at line 413 of file memstream.c.
HRESULT NTAPI RtlSeekMemoryStream | ( | _In_ IStream * | This, |
_In_ LARGE_INTEGER | RelativeOffset, | ||
_In_ ULONG | Origin, | ||
_Out_opt_ PULARGE_INTEGER | ResultOffset | ||
) |
Definition at line 239 of file memstream.c.
Definition at line 383 of file memstream.c.
Definition at line 337 of file memstream.c.
HRESULT NTAPI RtlUnlockMemoryStreamRegion | ( | _In_ IStream * | This, |
_In_ ULARGE_INTEGER | Offset, | ||
_In_ ULARGE_INTEGER | Length, | ||
_In_ ULONG | LockType | ||
) |
Definition at line 445 of file memstream.c.
HRESULT NTAPI RtlWriteMemoryStream | ( | _In_ IStream * | This, |
_In_reads_bytes_(Length) CONST VOID * | Buffer, | ||
_In_ ULONG | Length, | ||
_Out_opt_ PULONG | BytesWritten | ||
) |
Definition at line 364 of file memstream.c.
Definition at line 18 of file memstream.c.
Referenced by RtlInitMemoryStream().
Definition at line 36 of file memstream.c.
Referenced by RtlInitOutOfProcessMemoryStream().