#include <icmui.h>
Static Public Member Functions | |
| void | Attach () |
| void | Detach () |
| int & | ReferenceCounter () |
| void | SetHandle (HMODULE hmNew) |
| HMODULE | Instance () |
| HRESULT | CanUnload () |
| void | Report (int idError, HWND hwndParent=NULL) |
| int | ReportEx (int idError, HWND hwndParent, BOOL bSystemMessage, UINT uType, DWORD dwNumMsg,...) |
| BOOL | IsInstalled (CString &csProfile) |
| void | InvalidateList () |
| HDC | GetPrinterHDC (LPCTSTR lpctstrName) |
| BOOL | ThisIsAColorPrinter (LPCTSTR lpctstrName) |
Static Private Attributes | |
| int | m_icDLLReferences = 0 |
| HMODULE | m_hmThisDll = NULL |
| CStringArray | m_csaProfiles |
| BOOL | m_bIsValid = FALSE |
|
|
Definition at line 50 of file icmui.h. References m_icDLLReferences. Referenced by CIcmUiFactory::CIcmUiFactory(), and CICMUserInterface::CICMUserInterface().
|
|
|
Definition at line 62 of file icmui.h. References m_icDLLReferences, and CShellExtensionPage::OKToClose(). Referenced by DllCanUnloadNow().
|
|
|
Definition at line 51 of file icmui.h. References m_icDLLReferences. Referenced by CIcmUiFactory::~CIcmUiFactory(), and CICMUserInterface::~CICMUserInterface().
|
|
|
Definition at line 97 of file shellext.cpp. References BYTE, FALSE, GetPrinterHDC(), and NULL. Referenced by GetPrinterHDC(), and ThisIsAColorPrinter().
|
|
|
Definition at line 58 of file icmui.h. References m_hmThisDll. Referenced by CICMUserInterface::InvokeCommand(), and CString::Load().
|
|
|
Definition at line 77 of file icmui.h. References FALSE, and m_bIsValid. Referenced by CProfile::Install(), and CProfile::Uninstall().
|
|
|
Definition at line 68 of file shellext.cpp. References BOOL, CStringArray::Count(), IsInstalled(), m_bIsValid, m_csaProfiles, CString::NameOnly(), NULL, and TRUE. Referenced by IsInstalled().
|
|
|
Definition at line 52 of file icmui.h. References m_icDLLReferences. Referenced by CShellExtensionPage::CShellExtensionPage().
|
|
||||||||||||
|
Definition at line 44 of file shellext.cpp. References CString::Load(), MessageBoxTitle, and Report(). Referenced by Report().
|
|
||||||||||||||||||||||||||||
|
Definition at line 53 of file shellext.cpp. References CString::Load(), CString::LoadAndFormat(), MessageBoxTitle, NULL, ReportEx(), and UINT. Referenced by ReportEx().
|
|
|
Definition at line 53 of file icmui.h. References m_hmThisDll, and SetHandle(). Referenced by SetHandle().
|
|
|
Definition at line 84 of file shellext.cpp. References BOOL, FALSE, GetPrinterHDC(), and ThisIsAColorPrinter(). Referenced by ThisIsAColorPrinter().
|
|
|
Definition at line 40 of file shellext.cpp. Referenced by InvalidateList(), and IsInstalled(). |
|
|
Definition at line 39 of file shellext.cpp. Referenced by IsInstalled(). |
|
|
Definition at line 38 of file shellext.cpp. Referenced by Instance(), and SetHandle(). |
|
|
Definition at line 37 of file shellext.cpp. Referenced by Attach(), CanUnload(), Detach(), and ReferenceCounter(). |
1.3.7