ReactOS 0.4.16-dev-91-g764881a
|
#include "windows.h"
#include <stdio.h>
#include <tchar.h>
#include "stdlib.h"
#include "string.h"
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
void | Usage () |
int | ShowRegValue () |
int | DeleteValue () |
int | Generate () |
int | Check () |
int | _tmain (int argc, _TCHAR *argv[]) |
#define WIN32_LEAN_AND_MEAN |
Definition at line 11 of file movefile.cpp.
Definition at line 201 of file movefile.cpp.
int Check | ( | ) |
Definition at line 196 of file movefile.cpp.
Referenced by _tmain(), START_TEST(), UITOOLS95_DFC_ButtonCheckRadio(), and UpdateStatus().
int DeleteValue | ( | ) |
Definition at line 60 of file movefile.cpp.
Referenced by _tmain().
int Generate | ( | ) |
Definition at line 81 of file movefile.cpp.
int ShowRegValue | ( | ) |
Definition at line 28 of file movefile.cpp.
Referenced by _tmain(), and Generate().