|
ReactOS 0.4.16-dev-1946-g52006dd
|
Go to the source code of this file.
Macros | |
| #define | RTL_FIND_CHAR_IN_UNICODE_STRING_START_AT_END 1 |
| #define | RTL_FIND_CHAR_IN_UNICODE_STRING_COMPLEMENT_CHAR_SET 2 |
| #define | RTL_FIND_CHAR_IN_UNICODE_STRING_CASE_INSENSITIVE 4 |
Functions | |
| NTSTATUS NTAPI | RtlQueryAtomListInAtomTable (IN PRTL_ATOM_TABLE AtomTable, IN ULONG MaxAtomCount, OUT ULONG *AtomCount, OUT RTL_ATOM *AtomList) |
| VOID NTAPI | RtlInitializeRangeListPackage (VOID) |
| NTSTATUS NTAPI | RtlFindCharInUnicodeString (_In_ ULONG Flags, _In_ PCUNICODE_STRING SearchString, _In_ PCUNICODE_STRING MatchString, _Out_ PUSHORT Position) |
| _IRQL_requires_max_ (APC_LEVEL) ULONG NTAPI RtlRosGetAppcompatVersion(VOID) | |
| Probes and locks virtual pages in memory for the specified process. | |
| _IRQL_requires_max_ | ( | APC_LEVEL | ) |
Probes and locks virtual pages in memory for the specified process.
| [in,out] | MemoryDescriptorList | Memory Descriptor List (MDL) containing the buffer to be probed and locked. |
| [in] | Process | The process for which the buffer should be probed and locked. |
| [in] | AccessMode | Access mode for probing the pages. Can be KernelMode or UserMode. |
| [in] | LockOperation | The type of the probing and locking operation. Can be IoReadAccess, IoWriteAccess or IoModifyAccess. |
Probes and locks virtual pages in memory for the specified process.
Frees previously reserved amount of memory in system virtual address space.
| [in] | NumberOfBytes | Size, in bytes, of memory to reserve. |
| [in] | PoolTag | Pool Tag identifying the buffer. Usually consists from 4 characters in reversed order. |
| [in] | BaseAddress | A pointer to the 1st memory block of the reserved buffer. |
| [in] | PoolTag | Pool Tag identifying the buffer. Usually consists from 4 characters in reversed order. |
Definition at line 197 of file cddata.c.
| NTSTATUS NTAPI RtlFindCharInUnicodeString | ( | _In_ ULONG | Flags, |
| _In_ PCUNICODE_STRING | SearchString, | ||
| _In_ PCUNICODE_STRING | MatchString, | ||
| _Out_ PUSHORT | Position | ||
| ) |
Definition at line 62 of file libsupp.c.
Referenced by Phase1InitializationDiscard().
| NTSTATUS NTAPI RtlQueryAtomListInAtomTable | ( | IN PRTL_ATOM_TABLE | AtomTable, |
| IN ULONG | MaxAtomCount, | ||
| OUT ULONG * | AtomCount, | ||
| OUT RTL_ATOM * | AtomList | ||
| ) |
Definition at line 704 of file atom.c.
Referenced by NtQueryInformationAtom().