ReactOS 0.4.16-dev-814-g656a5dc
|
#include "precomp.hpp"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (sendmail) | |
static BOOL | CreateEmptyFile (LPCWSTR pszFile) |
static HRESULT | CreateSendToDeskLink (LPCWSTR pszSendTo) |
static HRESULT | GetDefaultUserSendTo (LPWSTR pszPath) |
STDAPI | DllCanUnloadNow (void) |
STDAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
STDAPI | DllRegisterServer (void) |
STDAPI | DllUnregisterServer (void) |
HRESULT | CreateShellLink (LPCWSTR pszLinkPath, LPCWSTR pszTargetPath OPTIONAL, LPCITEMIDLIST pidlTarget OPTIONAL, LPCWSTR pszArg OPTIONAL, LPCWSTR pszDir OPTIONAL, LPCWSTR pszIconPath OPTIONAL, INT iIconNr OPTIONAL, LPCWSTR pszComment OPTIONAL) |
STDAPI_ (BOOL) DllMain(HINSTANCE hInstance | |
if (dwReason==DLL_PROCESS_ATTACH) | |
Variables | |
CComModule | gModule |
LONG | g_ModuleRefCnt = 0 |
HINSTANCE | g_hModule |
DWORD | dwReason |
DWORD LPVOID | fImpLoad |
return | TRUE |
Definition at line 21 of file sendmail.cpp.
Referenced by CreateSendToDeskLink().
Definition at line 35 of file sendmail.cpp.
Referenced by DllRegisterServer().
HRESULT CreateShellLink | ( | LPCWSTR | pszLinkPath, |
LPCWSTR pszTargetPath | OPTIONAL, | ||
LPCITEMIDLIST pidlTarget | OPTIONAL, | ||
LPCWSTR pszArg | OPTIONAL, | ||
LPCWSTR pszDir | OPTIONAL, | ||
LPCWSTR pszIconPath | OPTIONAL, | ||
INT iIconNr | OPTIONAL, | ||
LPCWSTR pszComment | OPTIONAL | ||
) |
Definition at line 102 of file sendmail.cpp.
Referenced by CDeskLinkDropHandler::Drop().
Definition at line 60 of file sendmail.cpp.
Definition at line 67 of file sendmail.cpp.
Definition at line 78 of file sendmail.cpp.
Definition at line 92 of file sendmail.cpp.
Definition at line 54 of file sendmail.cpp.
Referenced by DllRegisterServer().
if | ( | dwReason | = = DLL_PROCESS_ATTACH | ) |
Definition at line 164 of file sendmail.cpp.
STDAPI_ | ( | BOOL | ) |
WINE_DEFAULT_DEBUG_CHANNEL | ( | sendmail | ) |
DWORD dwReason |
Definition at line 161 of file sendmail.cpp.
Definition at line 161 of file sendmail.cpp.
HINSTANCE g_hModule |
Definition at line 18 of file sendmail.cpp.
Referenced by CreateSendToDeskLink(), and if().
LONG g_ModuleRefCnt = 0 |
Definition at line 17 of file sendmail.cpp.
Referenced by DllCanUnloadNow().
CComModule gModule |
Definition at line 16 of file sendmail.cpp.
Referenced by DllCanUnloadNow(), DllGetClassObject(), DllRegisterServer(), DllUnregisterServer(), and if().
return TRUE |
Definition at line 174 of file sendmail.cpp.
Referenced by CreateEmptyFile(), and CreateShellLink().