#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] |
UNICODE_STRING | ValueName |
WCHAR | valuebuffer [WORK_SIZE] |
|
Definition at line 35 of file rtdmpval.c. |
|
|
|
Definition at line 52 of file rtdmpval.c. References Count, exit, L, NT_SUCCESS, NtClose(), NtOpenKey(), NtQueryValueKey(), NTSTATUS(), NULL, ObjectAttributes, processargs(), valuebuffer, ValueName, WORK_SIZE, workbuffer, and WorkName.
|
|
|
|
Definition at line 136 of file rtdmpval.c. References exit, RtlAnsiStringToUnicodeString(), RtlInitAnsiString(), TRUE, ValueName, and WorkName.
|
|
|
|
Definition at line 49 of file rtdmpval.c. |
|
Definition at line 48 of file rtdmpval.c. |
|
Definition at line 46 of file rtdmpval.c. |
|
Definition at line 45 of file rtdmpval.c. |