#include <profile.h>
Inheritance diagram for CDeviceList:
Public Member Functions | |
CDeviceList () | |
~CDeviceList () | |
virtual unsigned | Count () |
virtual CString & | DeviceName (unsigned u) |
virtual CString & | DisplayName (unsigned u) |
virtual void | Enumerate () |
virtual BOOL | IsValidDeviceName (LPCTSTR lpstr) |
Private Attributes | |
CString | m_csDummy |
|
Definition at line 60 of file icmui/profile.h.
|
|
Definition at line 61 of file icmui/profile.h.
|
|
Reimplemented in CPrinterList, CMonitorList, CScannerList, and CAllDeviceList. Definition at line 63 of file icmui/profile.h.
|
|
Reimplemented in CPrinterList, CMonitorList, CScannerList, and CAllDeviceList. Definition at line 64 of file icmui/profile.h. References DeviceName(), and m_csDummy. Referenced by DeviceName().
|
|
Reimplemented in CPrinterList, CMonitorList, CScannerList, and CAllDeviceList. Definition at line 65 of file icmui/profile.h. References DisplayName(). Referenced by DisplayName().
|
|
Reimplemented in CPrinterList, CMonitorList, CScannerList, and CAllDeviceList. Definition at line 66 of file icmui/profile.h.
|
|
Reimplemented in CPrinterList, CMonitorList, CScannerList, and CAllDeviceList. Definition at line 67 of file icmui/profile.h. References BOOL, FALSE, and IsValidDeviceName(). Referenced by IsValidDeviceName().
|
|
Definition at line 57 of file icmui/profile.h. Referenced by DeviceName(). |