ReactOS 0.4.16-dev-109-gf4cb10f
|
Go to the source code of this file.
Classes | |
struct | IDefClFImpl |
class | CStartMenuDummy |
class | CStartMenuDummy::_CreatorClass |
class | CShell32Module |
Typedefs | |
typedef HRESULT(CALLBACK * | LPFNCREATEINSTANCE) (IUnknown *pUnkOuter, REFIID riid, LPVOID *ppvObject) |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (shell) | |
EXTERN_C LPWSTR WINAPI | AddCommasW (DWORD lValue, LPWSTR lpNumber) |
EXTERN_C BOOL WINAPI | RegenerateUserEnvironment (LPVOID *lpEnvironment, BOOL bUpdateSelf) |
HRESULT | IDefClF_fnConstructor (LPFNCREATEINSTANCE lpfnCI, PLONG pcRefDll, const IID *riidInst, IClassFactory **theFactory) |
HRESULT WINAPI | SHCreateDefClassObject (REFIID riid, LPVOID *ppv, LPFNCREATEINSTANCE lpfnCI, LPDWORD pcRefDll, REFIID riidInst) |
STDAPI | DllGetVersion (DLLVERSIONINFO *pdvi) |
STDAPI_ (BOOL) DllMain(HINSTANCE hInstance | |
if (dwReason==DLL_PROCESS_ATTACH) | |
STDAPI | DllCanUnloadNow () |
STDAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
STDAPI | DllRegisterServer () |
STDAPI | DllUnregisterServer () |
HRESULT WINAPI | DllInstall (BOOL bInstall, LPCWSTR cmdline) |
Variables | |
CShell32Module | gModule |
HINSTANCE | shell32_hInstance |
DWORD | dwReason |
DWORD LPVOID | fImpLoad |
return | TRUE |
typedef HRESULT(CALLBACK * LPFNCREATEINSTANCE) (IUnknown *pUnkOuter, REFIID riid, LPVOID *ppvObject) |
Definition at line 111 of file shell32.cpp.
Definition at line 33 of file shell32.cpp.
Referenced by START_TEST().
Definition at line 407 of file shell32.cpp.
Definition at line 416 of file shell32.cpp.
STDAPI DllGetVersion | ( | DLLVERSIONINFO * | pdvi | ) |
Definition at line 326 of file shell32.cpp.
Definition at line 476 of file shell32.cpp.
Definition at line 430 of file shell32.cpp.
Definition at line 452 of file shell32.cpp.
HRESULT IDefClF_fnConstructor | ( | LPFNCREATEINSTANCE | lpfnCI, |
PLONG | pcRefDll, | ||
const IID * | riidInst, | ||
IClassFactory ** | theFactory | ||
) |
Definition at line 200 of file shell32.cpp.
Referenced by SHCreateDefClassObject().
if | ( | dwReason | = = DLL_PROCESS_ATTACH | ) |
Definition at line 374 of file shell32.cpp.
Definition at line 71 of file shell32.cpp.
Referenced by CDesktopBrowser::OnSettingChange().
HRESULT WINAPI SHCreateDefClassObject | ( | REFIID | riid, |
LPVOID * | ppv, | ||
LPFNCREATEINSTANCE | lpfnCI, | ||
LPDWORD | pcRefDll, | ||
REFIID | riidInst | ||
) |
Definition at line 208 of file shell32.cpp.
STDAPI_ | ( | BOOL | ) |
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |
DWORD dwReason |
Definition at line 371 of file shell32.cpp.
Definition at line 371 of file shell32.cpp.
CShell32Module gModule |
Definition at line 307 of file shell32.cpp.
Referenced by DllCanUnloadNow(), DllGetClassObject(), DllRegisterServer(), DllUnregisterServer(), and if().
HINSTANCE shell32_hInstance |
Definition at line 363 of file shell32.cpp.
Referenced by if().
return TRUE |
Definition at line 401 of file shell32.cpp.
Referenced by DllRegisterServer(), DllUnregisterServer(), and RegenerateUserEnvironment().