home *** CD-ROM | disk | FTP | other *** search
- // SafeCln.odl : type library source for SafeCln.exe
-
- // This file will be processed by the MIDL compiler to produce the
- // type library (SafeCln.tlb).
-
- [ uuid(0845EC33-B519-4FF9-838B-CD20F47A9AF6), version(3.0) ]
- library SafeClean
- {
- importlib("stdole32.tlb");
- importlib("stdole2.tlb");
-
-
- // Primary dispatch interface for CSafeCleanDoc
-
- [ uuid(7EB8B708-0E39-4D3C-AB84-3AABF11BFCCD) ]
- dispinterface ISafeClean
- {
- properties:
- // NOTE - ClassWizard will maintain property information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_PROP(CSafeCleanDlgAutoProxy)
- //}}AFX_ODL_PROP
-
- methods:
- // NOTE - ClassWizard will maintain method information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_METHOD(CSafeCleanDlgAutoProxy)
- [id(1)] boolean StartJob();
- [id(2)] boolean LoadJobIni(BSTR lpcsJobPath);
- [id(3)] void AddScanAll();
- [id(4)] void AddScanPath(BSTR lpcsPath);
- [id(5)] void ResetScanList();
- [id(6)] void EnableDiskClean(boolean bEnable);
- [id(7)] void EnableTrackClean(boolean bEnable);
- [id(8)] void EnableProgramClean(boolean bEnable);
- [id(9)] void EnableShortcutClean(boolean bEnable);
- [id(10)] void EnableAutoClean(boolean bAuto);
- [id(11)] void SetDefaultTarget(BSTR strTarget);
- [id(12)] void SetDefaultAction(short nAction);
- //}}AFX_ODL_METHOD
-
- };
-
- // Class information for CSafeCleanDoc
-
- [ uuid(88C13089-7BFD-4E3A-B153-F0827FF2114A) ]
- coclass SafeClean
- {
- [default] dispinterface ISafeClean;
- };
-
- //{{AFX_APPEND_ODL}}
- //}}AFX_APPEND_ODL}}
- };
-