ReactOS 0.4.16-dev-319-g6cf4263
|
#include "precomp.hpp"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (mydocs) | |
static BOOL | CreateEmptyFile (LPCWSTR pszFile) |
static HRESULT | CreateSendToMyDocuments (LPCWSTR pszSendTo) |
static HRESULT | GetDefaultUserSendTo (LPWSTR pszPath) |
STDAPI | DllCanUnloadNow (void) |
STDAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
STDAPI | DllRegisterServer (void) |
STDAPI | DllUnregisterServer (void) |
STDAPI_ (BOOL) DllMain(HINSTANCE hInstance | |
if (dwReason==DLL_PROCESS_ATTACH) | |
Variables | |
CComModule | gModule |
LONG | g_ModuleRefCnt = 0 |
DWORD | dwReason |
DWORD LPVOID | fImpLoad |
return | TRUE |
Definition at line 20 of file mydocs.cpp.
Referenced by CreateSendToMyDocuments().
Definition at line 34 of file mydocs.cpp.
Referenced by DllRegisterServer().
Definition at line 60 of file mydocs.cpp.
Definition at line 67 of file mydocs.cpp.
Definition at line 78 of file mydocs.cpp.
Definition at line 92 of file mydocs.cpp.
Definition at line 54 of file mydocs.cpp.
Referenced by DllRegisterServer().
else if | ( | dwReason | = = DLL_PROCESS_ATTACH | ) |
Definition at line 104 of file mydocs.cpp.
STDAPI_ | ( | BOOL | ) |
WINE_DEFAULT_DEBUG_CHANNEL | ( | mydocs | ) |
DWORD dwReason |
Definition at line 101 of file mydocs.cpp.
Definition at line 101 of file mydocs.cpp.
LONG g_ModuleRefCnt = 0 |
Definition at line 17 of file mydocs.cpp.
Referenced by DllCanUnloadNow().
CComModule gModule |
Definition at line 16 of file mydocs.cpp.
Referenced by DllCanUnloadNow(), DllGetClassObject(), DllRegisterServer(), DllUnregisterServer(), and if().
return TRUE |
Definition at line 113 of file mydocs.cpp.
Referenced by CreateEmptyFile().