#include <profile.h>
Inheritance diagram for CPrinterList:

Public Member Functions | |
| CPrinterList () | |
| ~CPrinterList () | |
| virtual unsigned | Count () |
| virtual CString & | DeviceName (unsigned u) |
| virtual CString & | DisplayName (unsigned u) |
| virtual void | Enumerate () |
| virtual BOOL | IsValidDeviceName (LPCTSTR lpstr) |
Private Attributes | |
| CStringArray | m_csaDeviceNames |
| CStringArray | m_csaDisplayNames |
|
|
Definition at line 80 of file icmui/profile.h.
|
|
|
Definition at line 81 of file icmui/profile.h.
|
|
|
Reimplemented from CDeviceList. Definition at line 83 of file icmui/profile.h. References CStringArray::Count(), and m_csaDeviceNames. Referenced by CAllDeviceList::Enumerate(), and IsValidDeviceName().
|
|
|
Reimplemented from CDeviceList. Definition at line 84 of file icmui/profile.h. References DeviceName(), and m_csaDeviceNames. Referenced by DeviceName(), and CAllDeviceList::Enumerate().
|
|
|
Reimplemented from CDeviceList. Definition at line 85 of file icmui/profile.h. References DisplayName(), and m_csaDisplayNames. Referenced by DisplayName(), and CAllDeviceList::Enumerate().
|
|
|
Reimplemented from CDeviceList. Definition at line 40 of file profile.cpp. References CStringArray::Add(), BYTE, DWORD, m_csaDeviceNames, m_csaDisplayNames, NULL, and PBYTE. Referenced by CAllDeviceList::Enumerate(), and IsValidDeviceName().
|
|
|
Reimplemented from CDeviceList. Definition at line 138 of file profile.cpp. References BOOL, Count(), Enumerate(), FALSE, IsValidDeviceName(), and m_csaDeviceNames. Referenced by IsValidDeviceName().
|
|
|
Definition at line 76 of file icmui/profile.h. Referenced by Count(), DeviceName(), Enumerate(), and IsValidDeviceName(). |
|
|
Definition at line 77 of file icmui/profile.h. Referenced by DisplayName(), and Enumerate(). |
1.3.7