|
ReactOS 0.4.17-dev-934-g091855f
|
#include <windows.h>#include <atlbase.h>#include <atlcom.h>#include <strsafe.h>#include <shlobj.h>#include <shobjidl.h>#include <shlwapi.h>#include <initguid.h>#include <msxml2.h>
Go to the source code of this file.
Classes | |
| class | CMscExtractIcon |
Functions | |
| DEFINE_GUID (CLSID_MscExtractIcon, 0x7A80E4A8, 0x8005, 0x11D2, 0xBC, 0xF8, 0x00, 0xC0, 0x4F, 0x72, 0xC7, 0x17) | |
| static HRESULT | SetXPathSelectionLanguage (_In_ IXMLDOMDocument2 *pDoc) |
| static HRESULT | GetAttributeValue (_In_ IXMLDOMNode *pNode, _In_ LPCWSTR pszName, _Out_ BSTR *pOut) |
| static HRESULT | LoadXmlFromVariant (_In_ VARIANT *pVar, _Out_ IXMLDOMDocument2 **ppDoc) |
| STDAPI | DllCanUnloadNow () |
| STDAPI | DllGetClassObject (_In_ REFCLSID rclsid, _In_ REFIID riid, _Out_ LPVOID *ppv) |
| STDAPI | DllRegisterServer () |
| STDAPI | DllUnregisterServer () |
| EXTERN_C BOOL WINAPI | DllMain (_In_ HINSTANCE hInstance, _In_ DWORD dwReason, _In_ LPVOID lpReserved) |
Variables | |
| CComModule | g_Module |
| DEFINE_GUID | ( | CLSID_MscExtractIcon | , |
| 0x7A80E4A8 | , | ||
| 0x8005 | , | ||
| 0x11D2 | , | ||
| 0xBC | , | ||
| 0xF8 | , | ||
| 0x00 | , | ||
| 0xC0 | , | ||
| 0x4F | , | ||
| 0x72 | , | ||
| 0xC7 | , | ||
| 0x17 | |||
| ) |
Definition at line 200 of file mmcshext.cpp.
Definition at line 205 of file mmcshext.cpp.
| EXTERN_C BOOL WINAPI DllMain | ( | _In_ HINSTANCE | hInstance, |
| _In_ DWORD | dwReason, | ||
| _In_ LPVOID | lpReserved | ||
| ) |
Definition at line 220 of file mmcshext.cpp.
Definition at line 210 of file mmcshext.cpp.
Definition at line 215 of file mmcshext.cpp.
|
static |
Definition at line 124 of file mmcshext.cpp.
Referenced by CMscExtractIcon::GetIconLocationFromMsc().
|
static |
Definition at line 146 of file mmcshext.cpp.
Referenced by CMscExtractIcon::GetIconLocationFromMsc().
|
static |
Definition at line 116 of file mmcshext.cpp.
Referenced by CMscExtractIcon::GetIconLocationFromMsc().
| CComModule g_Module |
Definition at line 20 of file mmcshext.cpp.
Referenced by DllCanUnloadNow(), DllGetClassObject(), DllMain(), DllRegisterServer(), and DllUnregisterServer().