home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_PVIBRANCH_H__162C4C2F_36E1_11D2_9B3B_00400561D975__INCLUDED_)
- #define AFX_PVIBRANCH_H__162C4C2F_36E1_11D2_9B3B_00400561D975__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
-
- // NOTE: Do not modify the contents of this file. If this class is regenerated by
- // Microsoft Visual C++, your modifications will be overwritten.
-
-
- // Dispatch interfaces referenced by this interface
- class CPicture;
-
- /////////////////////////////////////////////////////////////////////////////
- // CPVIBranch wrapper class
-
- class CPVIBranch : public COleDispatchDriver
- {
- public:
- CPVIBranch() {} // Calls COleDispatchDriver default constructor
- CPVIBranch(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
- CPVIBranch(const CPVIBranch& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
-
- // Attributes
- public:
- CString GetText();
- void SetText(LPCTSTR);
- long GetData();
- void SetData(long);
- short GetLevel();
- void SetLevel(short);
- BOOL GetIsOpen();
- void SetIsOpen(BOOL);
- long GetStandardItemPicture();
- void SetStandardItemPicture(long);
- CPicture GetCustomItemPicture();
- void SetCustomItemPicture(LPDISPATCH);
-
- // Operations
- public:
- void Clear();
- CPVIBranch Add(long relationship, short relative, LPCTSTR Text);
- CPVIBranch Get(long relationship, short relative);
- void Remove();
- void Lock();
- void Unlock();
- BOOL IsLocked();
- BOOL IsValid();
- BOOL IsMainBranch();
- void Open(long cmd);
- void Close(long cmd);
- void Select(long cmd);
- long GetHandle();
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_PVIBRANCH_H__162C4C2F_36E1_11D2_9B3B_00400561D975__INCLUDED_)
-