ReactOS 0.4.16-dev-455-g37b0646
|
#include "ntoskrnl.h"
#include "debug.h"
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS NTAPI | CmpCreateEvent (IN EVENT_TYPE EventType, OUT PHANDLE EventHandle, OUT PKEVENT *Event) |
PVOID NTAPI | CmpAllocate (IN SIZE_T Size, IN BOOLEAN Paged, IN ULONG Tag) |
VOID NTAPI | CmpFree (IN PVOID Ptr, IN ULONG Quota) |
BOOLEAN NTAPI | CmpFileRead (IN PHHIVE RegistryHive, IN ULONG FileType, IN PULONG FileOffset, OUT PVOID Buffer, IN SIZE_T BufferLength) |
BOOLEAN NTAPI | CmpFileWrite (IN PHHIVE RegistryHive, IN ULONG FileType, IN PULONG FileOffset, IN PVOID Buffer, IN SIZE_T BufferLength) |
BOOLEAN NTAPI | CmpFileSetSize (_In_ PHHIVE RegistryHive, _In_ ULONG FileType, _In_ ULONG FileSize, _In_ ULONG OldFileSize) |
BOOLEAN NTAPI | CmpFileFlush (IN PHHIVE RegistryHive, IN ULONG FileType, IN OUT PLARGE_INTEGER FileOffset, IN ULONG Length) |
#define NDEBUG |
Definition at line 12 of file cmwraprs.c.
Definition at line 54 of file cmwraprs.c.
NTSTATUS NTAPI CmpCreateEvent | ( | IN EVENT_TYPE | EventType, |
OUT PHANDLE | EventHandle, | ||
OUT PKEVENT * | Event | ||
) |
Definition at line 19 of file cmwraprs.c.
Referenced by CmpOpenHiveFiles().
BOOLEAN NTAPI CmpFileFlush | ( | IN PHHIVE | RegistryHive, |
IN ULONG | FileType, | ||
IN OUT PLARGE_INTEGER | FileOffset, | ||
IN ULONG | Length | ||
) |
Definition at line 192 of file cmwraprs.c.
Referenced by CmpInitializeHive().
BOOLEAN NTAPI CmpFileRead | ( | IN PHHIVE | RegistryHive, |
IN ULONG | FileType, | ||
IN PULONG | FileOffset, | ||
OUT PVOID | Buffer, | ||
IN SIZE_T | BufferLength | ||
) |
Definition at line 73 of file cmwraprs.c.
Referenced by CmpInitializeHive().
BOOLEAN NTAPI CmpFileSetSize | ( | _In_ PHHIVE | RegistryHive, |
_In_ ULONG | FileType, | ||
_In_ ULONG | FileSize, | ||
_In_ ULONG | OldFileSize | ||
) |
Definition at line 132 of file cmwraprs.c.
Referenced by CmpInitializeHive().
BOOLEAN NTAPI CmpFileWrite | ( | IN PHHIVE | RegistryHive, |
IN ULONG | FileType, | ||
IN PULONG | FileOffset, | ||
IN PVOID | Buffer, | ||
IN SIZE_T | BufferLength | ||
) |
Definition at line 99 of file cmwraprs.c.
Referenced by CmpInitializeHive().
Definition at line 65 of file cmwraprs.c.