ReactOS 0.4.15-dev-7842-g558ab78
rtl.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef _WIN64
7#define InitializeSListHead RtlInitializeSListHead
8#endif
9
13 IN PRTL_ATOM_TABLE AtomTable,
14 IN ULONG MaxAtomCount,
15 OUT ULONG *AtomCount,
16 OUT RTL_ATOM *AtomList
17);
18
19VOID
22 VOID
23);
24
25#define RTL_FIND_CHAR_IN_UNICODE_STRING_START_AT_END 1
26#define RTL_FIND_CHAR_IN_UNICODE_STRING_COMPLEMENT_CHAR_SET 2
27#define RTL_FIND_CHAR_IN_UNICODE_STRING_CASE_INSENSITIVE 4
32 _In_ PCUNICODE_STRING SearchString,
35);
36
40RtlRosGetAppcompatVersion(VOID);
41
42/* EOF */
LONG NTSTATUS
Definition: precomp.h:26
static BOOL MatchString(LPCWCH pch1, INT cch1, LPCWCH pch2, INT cch2)
Definition: find.c:91
#define _IRQL_requires_max_(irql)
Definition: driverspecs.h:230
#define APC_LEVEL
Definition: env_spec_w32.h:695
unsigned short RTL_ATOM
Definition: atom.c:42
struct atom_table ** PRTL_ATOM_TABLE
Definition: atom.c:43
#define _Out_
Definition: ms_sal.h:345
#define _In_
Definition: ms_sal.h:308
VOID NTAPI RtlInitializeRangeListPackage(VOID)
Definition: libsupp.c:62
NTSTATUS NTAPI RtlQueryAtomListInAtomTable(IN PRTL_ATOM_TABLE AtomTable, IN ULONG MaxAtomCount, OUT ULONG *AtomCount, OUT RTL_ATOM *AtomList)
Definition: atom.c:704
NTSTATUS NTAPI RtlFindCharInUnicodeString(_In_ ULONG Flags, _In_ PCUNICODE_STRING SearchString, _In_ PCUNICODE_STRING MatchString, _Out_ PUSHORT Position)
static COORD Position
Definition: mouse.c:34
#define NTAPI
Definition: typedefs.h:36
uint16_t * PUSHORT
Definition: typedefs.h:56
#define IN
Definition: typedefs.h:39
uint32_t ULONG
Definition: typedefs.h:59
#define OUT
Definition: typedefs.h:40
NTSYSAPI VOID NTAPI RtlInitializeSListHead(_Out_ PSLIST_HEADER ListHead)
Definition: slist.c:25
_Must_inspect_result_ _In_ ULONG Flags
Definition: wsk.h:170