|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <rtl.h>
#include <debug.h>
Go to the source code of this file.
Data Structures |
| struct | PTABLE_ENTRY_HEADER |
Defines |
| #define | NDEBUG |
Functions |
| TABLE_SEARCH_RESULT NTAPI | RtlpFindGenericTableNodeOrParent (IN PRTL_GENERIC_TABLE Table, IN PVOID Buffer, OUT PRTL_SPLAY_LINKS *NodeOrParent) |
| VOID NTAPI | RtlInitializeGenericTable (IN PRTL_GENERIC_TABLE Table, IN PRTL_GENERIC_COMPARE_ROUTINE CompareRoutine, IN PRTL_GENERIC_ALLOCATE_ROUTINE AllocateRoutine, IN PRTL_GENERIC_FREE_ROUTINE FreeRoutine, IN PVOID TableContext) |
| PVOID NTAPI | RtlInsertElementGenericTable (IN PRTL_GENERIC_TABLE Table, IN PVOID Buffer, IN ULONG BufferSize, OUT PBOOLEAN NewElement OPTIONAL) |
| PVOID NTAPI | RtlInsertElementGenericTableFull (IN PRTL_GENERIC_TABLE Table, IN PVOID Buffer, IN ULONG BufferSize, OUT PBOOLEAN NewElement OPTIONAL, IN PVOID NodeOrParent, IN TABLE_SEARCH_RESULT SearchResult) |
| BOOLEAN NTAPI | RtlIsGenericTableEmpty (IN PRTL_GENERIC_TABLE Table) |
| ULONG NTAPI | RtlNumberGenericTableElements (IN PRTL_GENERIC_TABLE Table) |
| PVOID NTAPI | RtlLookupElementGenericTable (IN PRTL_GENERIC_TABLE Table, IN PVOID Buffer) |
| PVOID NTAPI | RtlLookupElementGenericTableFull (IN PRTL_GENERIC_TABLE Table, IN PVOID Buffer, OUT PVOID *NodeOrParent, OUT TABLE_SEARCH_RESULT *SearchResult) |
| BOOLEAN NTAPI | RtlDeleteElementGenericTable (IN PRTL_GENERIC_TABLE Table, IN PVOID Buffer) |
| PVOID NTAPI | RtlEnumerateGenericTable (IN PRTL_GENERIC_TABLE Table, IN BOOLEAN Restart) |
| PVOID NTAPI | RtlEnumerateGenericTableWithoutSplaying (IN PRTL_GENERIC_TABLE Table, IN OUT PVOID *RestartKey) |
| PVOID NTAPI | RtlEnumerateGenericTableLikeADirectory (IN PRTL_AVL_TABLE Table, IN PRTL_AVL_MATCH_FUNCTION MatchFunction, IN PVOID MatchData, IN ULONG NextFlag, IN OUT PVOID *RestartKey, IN OUT PULONG DeleteCount, IN OUT PVOID Buffer) |
| PVOID NTAPI | RtlGetElementGenericTable (IN PRTL_GENERIC_TABLE Table, IN ULONG I) |
Generated on Sun May 27 2012 06:04:48 for ReactOS by
1.7.6.1
|