#include "cmp.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Defines | |
#define | WORK_SIZE 1024 |
Functions | |
void __cdecl | main (int, char *) |
void | processargs () |
void | Delete (HANDLE Handle) |
void __cdecl | main (int argc, char *argv[]) |
void | processargs (int argc, char *argv[]) |
Variables | |
UNICODE_STRING | WorkName |
WCHAR | workbuffer [WORK_SIZE] |
|
Definition at line 34 of file rtdelkey.c. |
|
Definition at line 103 of file rtdeltre.c. References Delete(), exit, Handle, NT_SUCCESS, NtClose(), NtDeleteKey(), NtEnumerateKey(), NtOpenKey(), NTSTATUS(), NULL, ObjectAttributes, RtlAppendStringToString(), TRUE, WORK_SIZE, and WorkName. Referenced by RtlpDeleteFromMergedRange().
|
|
Definition at line 48 of file rtdelkey.c. References exit, L, NT_SUCCESS, NtClose(), NtDeleteKey(), NtOpenKey(), NTSTATUS(), NULL, ObjectAttributes, processargs(), WORK_SIZE, workbuffer, and WorkName.
|
|
|
|
Definition at line 104 of file rtdelkey.c. References exit, RtlAnsiStringToUnicodeString(), RtlInitAnsiString(), TRUE, and WorkName.
|
|
|
|
Definition at line 45 of file rtdelkey.c. |
|
Definition at line 44 of file rtdelkey.c. |