#include <stdlib.h>
#include <stdarg.h>
#include "mkhive.h"
#include <bitmap.c>
Go to the source code of this file.
Functions |
| VOID NTAPI | RtlInitAnsiString (IN OUT PANSI_STRING DestinationString, IN PCSTR SourceString) |
| VOID NTAPI | RtlInitUnicodeString (IN OUT PUNICODE_STRING DestinationString, IN PCWSTR SourceString) |
| NTSTATUS NTAPI | RtlAnsiStringToUnicodeString (IN OUT PUNICODE_STRING UniDest, IN PANSI_STRING AnsiSource, IN BOOLEAN AllocateDestinationString) |
| WCHAR NTAPI | RtlUpcaseUnicodeChar (IN WCHAR Source) |
| VOID NTAPI | KeQuerySystemTime (OUT PLARGE_INTEGER CurrentTime) |
| PVOID NTAPI | ExAllocatePool (IN POOL_TYPE PoolType, IN SIZE_T NumberOfBytes) |
| VOID NTAPI | ExFreePool (IN PVOID p) |
| ULONG __cdecl | DbgPrint (IN CHAR *Format, IN...) |
| VOID NTAPI | RtlAssert (PVOID FailedAssertion, PVOID FileName, ULONG LineNumber, PCHAR Message) |
| unsigned char | BitScanForward (ULONG *Index, unsigned long Mask) |
| unsigned char | BitScanReverse (ULONG *const Index, unsigned long Mask) |