#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] |
| UNICODE_STRING | NewValueName |
| WCHAR | newvaluebuffer [WORK_SIZE] |
|
|
Definition at line 34 of file rtrenval.c. |
|
|
|
|
||||||||||||
|
Definition at line 54 of file rtrenval.c. References exit, L, newvaluebuffer, NewValueName, NT_SUCCESS, NtClose(), NtOpenKey(), NTSTATUS(), NULL, ObjectAttributes, processargs(), valuebuffer, ValueName, WORK_SIZE, workbuffer, and WorkName.
|
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 124 of file rtrenval.c. References exit, NewValueName, RtlAnsiStringToUnicodeString(), RtlInitAnsiString(), TRUE, ValueName, and WorkName.
|
|
|
|
|
|
Definition at line 51 of file rtrenval.c. Referenced by main(). |
|
|
Definition at line 50 of file rtrenval.c. Referenced by main(), and processargs(). |
|
|
Definition at line 48 of file rtrenval.c. |
|
|
Definition at line 47 of file rtrenval.c. |
|
|
Definition at line 45 of file rtrenval.c. |
|
|
Definition at line 44 of file rtrenval.c. |
1.3.7