|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <windef.h>#include <winbase.h>#include <ole2.h>#include <tchar.h>#include "resource.h"
Go to the source code of this file.
Typedefs | |
| typedef HRESULT(WINAPI * | DLLREGISTER) (void) |
| typedef HRESULT(WINAPI * | DLLINSTALL) (BOOL bInstall, LPWSTR lpwCmdLine) |
Functions | |
| LPTSTR *WINAPI | CommandLineToArgvT (LPCTSTR lpCmdLine, int *lpArgc) |
| LPWSTR | ConvertToWideChar (LPCSTR lpString) |
| void | DisplayMessage (BOOL bConsole, BOOL bSilent, LPCTSTR lpMessage, LPCTSTR lpTitle, UINT uType) |
| int WINAPI | _tWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) |
Variables | |
| LPCSTR | szDllRegister = "DllRegisterServer" |
| LPCSTR | szDllUnregister = "DllUnregisterServer" |
| LPCSTR | szDllInstall = "DllInstall" |
| LPCTSTR | ModuleTitle = _T("RegSvr32") |
| TCHAR | UsageMessage [RC_STRING_MAX_SIZE] |
| TCHAR | NoDllSpecified [RC_STRING_MAX_SIZE] |
| TCHAR | InvalidFlag [RC_STRING_MAX_SIZE] |
| TCHAR | SwitchN_NoI [RC_STRING_MAX_SIZE] |
| TCHAR | DllNotLoaded [RC_STRING_MAX_SIZE] |
| TCHAR | MissingEntry [RC_STRING_MAX_SIZE] |
| TCHAR | FailureMessage [RC_STRING_MAX_SIZE] |
| TCHAR | SuccessMessage [RC_STRING_MAX_SIZE] |
| #define _INC_WINDOWS |
Definition at line 25 of file regsvr32.c.
| #define COM_NO_WINDOWS_H |
Definition at line 26 of file regsvr32.c.
| #define CommandLineToArgv CommandLineToArgvT |
Definition at line 78 of file regsvr32.c.
| #define EXITCODE_FAILURE 5 |
Definition at line 40 of file regsvr32.c.
| #define EXITCODE_LOADERROR 3 |
Definition at line 38 of file regsvr32.c.
| #define EXITCODE_NOENTRY 4 |
Definition at line 39 of file regsvr32.c.
| #define EXITCODE_PARAMERROR 1 |
Definition at line 37 of file regsvr32.c.
| #define EXITCODE_SUCCESS 0 |
Definition at line 36 of file regsvr32.c.
Definition at line 236 of file regsvr32.c.
| #define tszDllInstall szDllInstall |
Definition at line 52 of file regsvr32.c.
| #define tszDllRegister szDllRegister |
Definition at line 50 of file regsvr32.c.
| #define tszDllUnregister szDllUnregister |
Definition at line 51 of file regsvr32.c.
| #define WIN32_NO_STATUS |
Definition at line 24 of file regsvr32.c.
Definition at line 34 of file regsvr32.c.
Definition at line 33 of file regsvr32.c.
| int WINAPI _tWinMain | ( | HINSTANCE | hInstance, |
| HINSTANCE | hPrevInstance, | ||
| LPTSTR | lpCmdLine, | ||
| int | nCmdShow | ||
| ) |
Definition at line 247 of file regsvr32.c.
Definition at line 80 of file regsvr32.c.
Definition at line 223 of file regsvr32.c.
Referenced by _tWinMain().
Definition at line 239 of file regsvr32.c.
Referenced by _tWinMain().
| TCHAR DllNotLoaded[RC_STRING_MAX_SIZE] |
Definition at line 63 of file regsvr32.c.
Referenced by _tWinMain().
| TCHAR FailureMessage[RC_STRING_MAX_SIZE] |
Definition at line 65 of file regsvr32.c.
Referenced by _tWinMain().
| TCHAR InvalidFlag[RC_STRING_MAX_SIZE] |
Definition at line 61 of file regsvr32.c.
Referenced by _tWinMain().
| TCHAR MissingEntry[RC_STRING_MAX_SIZE] |
Definition at line 64 of file regsvr32.c.
Referenced by _tWinMain().
Definition at line 57 of file regsvr32.c.
Referenced by _tWinMain().
| TCHAR NoDllSpecified[RC_STRING_MAX_SIZE] |
Definition at line 60 of file regsvr32.c.
Referenced by _tWinMain().
| TCHAR SuccessMessage[RC_STRING_MAX_SIZE] |
Definition at line 66 of file regsvr32.c.
Referenced by _tWinMain().
| TCHAR SwitchN_NoI[RC_STRING_MAX_SIZE] |
Definition at line 62 of file regsvr32.c.
Referenced by _tWinMain().
| LPCSTR szDllInstall = "DllInstall" |
Definition at line 44 of file regsvr32.c.
Referenced by _tWinMain().
| LPCSTR szDllRegister = "DllRegisterServer" |
Definition at line 42 of file regsvr32.c.
Referenced by _tWinMain().
| LPCSTR szDllUnregister = "DllUnregisterServer" |
Definition at line 43 of file regsvr32.c.
Referenced by _tWinMain().
| TCHAR UsageMessage[RC_STRING_MAX_SIZE] |
Definition at line 59 of file regsvr32.c.
Referenced by _tWinMain().