[ROOT] --> small
public CLSID const & GetClsid ( ) ;
public virtual BOOL Create ( LPCTSTR lpszClassName , LPCTSTR lpszWindowName , DWORD dwStyle , const RECT & rect , CWnd * pParentWnd , UINT nID , CCreateContext * pContext = NULL ) ;
public BOOL Create ( LPCTSTR lpszWindowName , DWORD dwStyle , const RECT & rect , CWnd * pParentWnd , UINT nID , CFile * pPersist = NULL , BOOL bStorage = FALSE , BSTR bstrLicKey = NULL ) ;
public unsigned long GetBackColor ( ) ;
public void SetBackColor ( unsigned long newValue ) ;
public short GetWidth ( ) ;
public void SetWidth ( short nNewValue ) ;
public short GetHeight ( ) ;
public void SetHeight ( short nNewValue ) ;
public short GetUIOption ( ) ;
public void SetUIOption ( short nNewValue ) ;
public short GetState ( ) ;
public void SetState ( short nNewValue ) ;
public short GetBorderStyle ( ) ;
public void SetBorderStyle ( short nNewValue ) ;
public short GetAppearance ( ) ;
public void SetAppearance ( short nNewValue ) ;
public short GetMaxMessageLength ( ) ;
public void SetMaxMessageLength ( short nNewValue ) ;
public long GetMaxHistoryLength ( ) ;
public void SetMaxHistoryLength ( long nNewValue ) ;
public long GetMemberCount ( ) ;
public void SetMemberCount ( long nNewValue ) ;
public long GetMaxMembers ( ) ;
public void SetMaxMembers ( long nNewValue ) ;
public CString GetRating ( ) ;
public void SetRating ( LPCTSTR lpszNewValue ) ;
public long GetThisParticipantID ( ) ;
public void SetThisParticipantID ( long nNewValue ) ;
public CString GetThisParticipantName ( ) ;
public void SetThisParticipantName ( LPCTSTR lpszNewValue ) ;
public CString GetThisParticipantAlias ( ) ;
public void SetThisParticipantAlias ( LPCTSTR lpszNewValue ) ;
public CString GetRoomPath ( ) ;
public void SetRoomPath ( LPCTSTR lpszNewValue ) ;
public CString GetRoomTopic ( ) ;
public void SetRoomTopic ( LPCTSTR lpszNewValue ) ;
public CString GetLastMessageSent ( ) ;
public void SetLastMessageSent ( LPCTSTR lpszNewValue ) ;
public CString GetLastMessageReceived ( ) ;
public void SetLastMessageReceived ( LPCTSTR lpszNewValue ) ;
public CString GetHistory ( ) ;
public void SetHistory ( LPCTSTR lpszNewValue ) ;
public void GetParticipantRealName ( long ParticipantID , LPCTSTR Alias , BOOL Synchronous , BSTR * RealName ) ;
public void SelectParticipants ( short Selection ) ;
public void MoveSplitBar ( ) ;
public void ClearHistory ( ) ;
public void EnterRoom ( LPCTSTR URL , LPCTSTR RoomPassword , LPCTSTR ThisParticipantAlias , LPCTSTR SecurityPackage , short Flags , short Type ) ;
public void CancelEntering ( ) ;
public void ExitRoom ( ) ;
public void SetParticipantStatus ( long ParticipantID , short Mask , short Status ) ;
public void KickParticipant ( long ParticipantID , LPCTSTR Comment ) ;
public void BanParticipant ( LPCTSTR Alias , BOOL Set ) ;
public void InviteParticipant ( LPCTSTR Alias ) ;
public void SendMessage ( const VARIANT & DestList , short Count , const VARIANT & Message ) ;
public void AboutBox ( ) ;
This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.
Click here to return to the top of the page.