[ROOT] --> small

class CMSChat
    extends CWnd as public

Author:
unascribed

Version:
unknown

Source:
mschat.h:16

Methods Index

AboutBox
[public]
BanParticipant
[public]
CancelEntering
[public]
ClearHistory
[public]
Create
[public]
Create
[public]
EnterRoom
[public]
ExitRoom
[public]
GetAppearance
[public]
GetBackColor
[public]
GetBorderStyle
[public]
GetClsid
[public]
GetHeight
[public]
GetHistory
[public]
GetLastMessageReceived
[public]
GetLastMessageSent
[public]
GetMaxHistoryLength
[public]
GetMaxMembers
[public]
GetMaxMessageLength
[public]
GetMemberCount
[public]
GetParticipantRealName
[public]
GetRating
[public]
GetRoomPath
[public]
GetRoomTopic
[public]
GetState
[public]
GetThisParticipantAlias
[public]
GetThisParticipantID
[public]
GetThisParticipantName
[public]
GetUIOption
[public]
GetWidth
[public]
InviteParticipant
[public]
KickParticipant
[public]
MoveSplitBar
[public]
SelectParticipants
[public]
SendMessage
[public]
SetAppearance
[public]
SetBackColor
[public]
SetBorderStyle
[public]
SetHeight
[public]
SetHistory
[public]
SetLastMessageReceived
[public]
SetLastMessageSent
[public]
SetMaxHistoryLength
[public]
SetMaxMembers
[public]
SetMaxMessageLength
[public]
SetMemberCount
[public]
SetParticipantStatus
[public]
SetRating
[public]
SetRoomPath
[public]
SetRoomTopic
[public]
SetState
[public]
SetThisParticipantAlias
[public]
SetThisParticipantID
[public]
SetThisParticipantName
[public]
SetUIOption
[public]
SetWidth
[public]


Methods

GetClsid

public CLSID const & GetClsid ( ) ;

Create

public virtual BOOL Create ( LPCTSTR lpszClassName ,
                             LPCTSTR lpszWindowName ,
                             DWORD dwStyle ,
                             const RECT & rect ,
                             CWnd * pParentWnd ,
                             UINT nID ,
                             CCreateContext * pContext = NULL ) ;

Create

public BOOL Create ( LPCTSTR lpszWindowName ,
                     DWORD dwStyle ,
                     const RECT & rect ,
                     CWnd * pParentWnd ,
                     UINT nID ,
                     CFile * pPersist = NULL ,
                     BOOL bStorage = FALSE ,
                     BSTR bstrLicKey = NULL ) ;

GetBackColor

public unsigned long GetBackColor ( ) ;

SetBackColor

public void SetBackColor ( unsigned long newValue ) ;

GetWidth

public short GetWidth ( ) ;

SetWidth

public void SetWidth ( short nNewValue ) ;

GetHeight

public short GetHeight ( ) ;

SetHeight

public void SetHeight ( short nNewValue ) ;

GetUIOption

public short GetUIOption ( ) ;

SetUIOption

public void SetUIOption ( short nNewValue ) ;

GetState

public short GetState ( ) ;

SetState

public void SetState ( short nNewValue ) ;

GetBorderStyle

public short GetBorderStyle ( ) ;

SetBorderStyle

public void SetBorderStyle ( short nNewValue ) ;

GetAppearance

public short GetAppearance ( ) ;

SetAppearance

public void SetAppearance ( short nNewValue ) ;

GetMaxMessageLength

public short GetMaxMessageLength ( ) ;

SetMaxMessageLength

public void SetMaxMessageLength ( short nNewValue ) ;

GetMaxHistoryLength

public long GetMaxHistoryLength ( ) ;

SetMaxHistoryLength

public void SetMaxHistoryLength ( long nNewValue ) ;

GetMemberCount

public long GetMemberCount ( ) ;

SetMemberCount

public void SetMemberCount ( long nNewValue ) ;

GetMaxMembers

public long GetMaxMembers ( ) ;

SetMaxMembers

public void SetMaxMembers ( long nNewValue ) ;

GetRating

public CString GetRating ( ) ;

SetRating

public void SetRating ( LPCTSTR lpszNewValue ) ;

GetThisParticipantID

public long GetThisParticipantID ( ) ;

SetThisParticipantID

public void SetThisParticipantID ( long nNewValue ) ;

GetThisParticipantName

public CString GetThisParticipantName ( ) ;

SetThisParticipantName

public void SetThisParticipantName ( LPCTSTR lpszNewValue ) ;

GetThisParticipantAlias

public CString GetThisParticipantAlias ( ) ;

SetThisParticipantAlias

public void SetThisParticipantAlias ( LPCTSTR lpszNewValue ) ;

GetRoomPath

public CString GetRoomPath ( ) ;

SetRoomPath

public void SetRoomPath ( LPCTSTR lpszNewValue ) ;

GetRoomTopic

public CString GetRoomTopic ( ) ;

SetRoomTopic

public void SetRoomTopic ( LPCTSTR lpszNewValue ) ;

GetLastMessageSent

public CString GetLastMessageSent ( ) ;

SetLastMessageSent

public void SetLastMessageSent ( LPCTSTR lpszNewValue ) ;

GetLastMessageReceived

public CString GetLastMessageReceived ( ) ;

SetLastMessageReceived

public void SetLastMessageReceived ( LPCTSTR lpszNewValue ) ;

GetHistory

public CString GetHistory ( ) ;

SetHistory

public void SetHistory ( LPCTSTR lpszNewValue ) ;

GetParticipantRealName

public void GetParticipantRealName ( long ParticipantID ,
                                     LPCTSTR Alias ,
                                     BOOL Synchronous ,
                                     BSTR * RealName ) ;

SelectParticipants

public void SelectParticipants ( short Selection ) ;

MoveSplitBar

public void MoveSplitBar ( ) ;

ClearHistory

public void ClearHistory ( ) ;

EnterRoom

public void EnterRoom ( LPCTSTR URL ,
                        LPCTSTR RoomPassword ,
                        LPCTSTR ThisParticipantAlias ,
                        LPCTSTR SecurityPackage ,
                        short Flags ,
                        short Type ) ;

CancelEntering

public void CancelEntering ( ) ;

ExitRoom

public void ExitRoom ( ) ;

SetParticipantStatus

public void SetParticipantStatus ( long ParticipantID ,
                                   short Mask ,
                                   short Status ) ;

KickParticipant

public void KickParticipant ( long ParticipantID ,
                              LPCTSTR Comment ) ;

BanParticipant

public void BanParticipant ( LPCTSTR Alias ,
                             BOOL Set ) ;

InviteParticipant

public void InviteParticipant ( LPCTSTR Alias ) ;

SendMessage

public void SendMessage ( const VARIANT & DestList ,
                          short Count ,
                          const VARIANT & Message ) ;

AboutBox

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.