LibreOffice Module shell (master) 1
|
#include <windows.h>
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
Typedefs | |
typedef HRESULT(__stdcall * | lpfnDllRegisterServer) () |
typedef HRESULT(__stdcall * | lpfnDllUnregisterServer) () |
Functions | |
static bool | IsUnregisterParameter (const wchar_t *Param) |
int | wmain (int argc, wchar_t *argv[]) |
#define WIN32_LEAN_AND_MEAN |
Definition at line 21 of file regsvrex.cxx.
typedef HRESULT(__stdcall * lpfnDllRegisterServer) () |
Definition at line 24 of file regsvrex.cxx.
typedef HRESULT(__stdcall * lpfnDllUnregisterServer) () |
Definition at line 25 of file regsvrex.cxx.
|
static |
Definition at line 27 of file regsvrex.cxx.
Referenced by wmain().
Definition at line 33 of file regsvrex.cxx.
References IsUnregisterParameter().