|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <windef.h>#include <winbase.h>#include <winreg.h>#include <wingdi.h>#include <winnls.h>#include <wincon.h>#include <shellapi.h>#include <shlobj.h>#include <shlobj_undoc.h>#include <shlwapi.h>#include <shlguid_undoc.h>#include <atlbase.h>#include <atlcom.h>#include <atlwin.h>#include <undocshell.h>#include <shellutils.h>#include "CQuickLaunchBand.h"
Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
| #define | _INC_WINDOWS |
| #define | COM_NO_WINDOWS_H |
| #define | COBJMACROS |
Functions | |
| HRESULT WINAPI | RSHELL_CISFBand_CreateInstance (REFIID riid, void **ppv) |
| HRESULT | RegisterComCat () |
| HRESULT | UnregisterComCat () |
| LPITEMIDLIST | PidlBrowse (HWND hwnd, int nCSIDL) |
Variables | |
| const GUID | CLSID_QuickLaunchBand = { 0x260cb95d, 0x4544, 0x44f6, { 0xa0, 0x79, 0x57, 0x5b, 0xaa, 0x60, 0xb7, 0x2f } } |
| #define _INC_WINDOWS |
Definition at line 9 of file CQuickLaunchBand.cpp.
| #define COBJMACROS |
Definition at line 12 of file CQuickLaunchBand.cpp.
| #define COM_NO_WINDOWS_H |
Definition at line 10 of file CQuickLaunchBand.cpp.
| #define WIN32_NO_STATUS |
Definition at line 8 of file CQuickLaunchBand.cpp.
| LPITEMIDLIST PidlBrowse | ( | HWND | hwnd, |
| int | nCSIDL | ||
| ) |
Definition at line 80 of file CQuickLaunchBand.cpp.
Referenced by CQuickLaunchBand::FinalConstruct().
| HRESULT RegisterComCat | ( | ) |
Definition at line 41 of file CQuickLaunchBand.cpp.
Referenced by DllRegisterServer(), and SetRegisterLangBand().
Definition at line 719 of file CISFBand.cpp.
Referenced by CQuickLaunchBand::FinalConstruct().
| HRESULT UnregisterComCat | ( | ) |
Definition at line 53 of file CQuickLaunchBand.cpp.
Referenced by DllUnregisterServer().
| const GUID CLSID_QuickLaunchBand = { 0x260cb95d, 0x4544, 0x44f6, { 0xa0, 0x79, 0x57, 0x5b, 0xaa, 0x60, 0xb7, 0x2f } } |
Definition at line 38 of file CQuickLaunchBand.cpp.
Referenced by CRShellClassFactory::CreateInstance(), DllRegisterServer(), DllUnregisterServer(), RegisterComCat(), and UnregisterComCat().