|
PostgreSQL Source Code git master
|

Go to the source code of this file.
Functions | |
| HRESULT | DllInstall (BOOL bInstall, LPCWSTR pszCmdLine) |
| STDAPI | DllRegisterServer (void) |
| STDAPI | DllUnregisterServer (void) |
| BOOL WINAPI | DllMain (HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) |
Variables | |
| static HANDLE | g_module = NULL |
| static char | event_source [256] = DEFAULT_EVENT_SOURCE |
| HRESULT DllInstall | ( | BOOL | bInstall, |
| LPCWSTR | pszCmdLine | ||
| ) |
Definition at line 38 of file pgevent.c.
References DllRegisterServer(), and event_source.
| BOOL WINAPI DllMain | ( | HANDLE | hModule, |
| DWORD | ul_reason_for_call, | ||
| LPVOID | lpReserved | ||
| ) |
| STDAPI DllRegisterServer | ( | void | ) |
Definition at line 65 of file pgevent.c.
References data, event_source, g_module, and sort-test::key.
Referenced by DllInstall().
| STDAPI DllUnregisterServer | ( | void | ) |
Definition at line 127 of file pgevent.c.
References event_source.
|
static |
Definition at line 25 of file pgevent.c.
Referenced by DllInstall(), DllRegisterServer(), and DllUnregisterServer().
|
static |
Definition at line 18 of file pgevent.c.
Referenced by DllMain(), and DllRegisterServer().