LibreOffice Module shell (master) 1
Macros | Typedefs | Functions
regsvrex.cxx File Reference
#include <windows.h>
Include dependency graph for regsvrex.cxx:

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[])
 

Macro Definition Documentation

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Definition at line 21 of file regsvrex.cxx.

Typedef Documentation

◆ lpfnDllRegisterServer

typedef HRESULT(__stdcall * lpfnDllRegisterServer) ()

Definition at line 24 of file regsvrex.cxx.

◆ lpfnDllUnregisterServer

typedef HRESULT(__stdcall * lpfnDllUnregisterServer) ()

Definition at line 25 of file regsvrex.cxx.

Function Documentation

◆ IsUnregisterParameter()

static bool IsUnregisterParameter ( const wchar_t *  Param)
static

Definition at line 27 of file regsvrex.cxx.

Referenced by wmain().

◆ wmain()

int wmain ( int  argc,
wchar_t *  argv[] 
)

Definition at line 33 of file regsvrex.cxx.

References IsUnregisterParameter().