|
ReactOS 0.4.16-dev-2279-gc890759
|

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) |
| static HRESULT | UpdateRegistryFromResource (BOOL Register) |
| 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 409 of file shell32.cpp.
Definition at line 418 of file shell32.cpp.
| STDAPI DllGetVersion | ( | DLLVERSIONINFO * | pdvi | ) |
Definition at line 328 of file shell32.cpp.
Definition at line 490 of file shell32.cpp.
Definition at line 446 of file shell32.cpp.
Definition at line 467 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 376 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 | ) |
Definition at line 429 of file shell32.cpp.
Referenced by DllRegisterServer(), and DllUnregisterServer().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |
| DWORD dwReason |
Definition at line 373 of file shell32.cpp.
Definition at line 373 of file shell32.cpp.
| CShell32Module gModule |
Definition at line 309 of file shell32.cpp.
Referenced by DllCanUnloadNow(), DllGetClassObject(), DllRegisterServer(), DllUnregisterServer(), if(), and UpdateRegistryFromResource().
| HINSTANCE shell32_hInstance |
Definition at line 365 of file shell32.cpp.
Referenced by if().
| return TRUE |
Definition at line 403 of file shell32.cpp.
Referenced by DllRegisterServer(), DllUnregisterServer(), and RegenerateUserEnvironment().