Microsoft Chat Server SDK Reference

User Properties

The ChatUser object provides properties for all chat users. The IChatUserCallBack::OnUserPropertyChanged notification uses the USER_PROP enumeration to define which property is changing.

The following table describes the chat user properties.

USER_PROP enumeration Meaning
UPROP_ADMIN BOOL, set if user has administrative privileges.
UPROP_GAGGED BOOL, set if user mode +z.
UPROP_INVISIBLE BOOL, set if user is invisible.
UPROP_ISIRCX BOOL, set if user supports IRCX protocol commands.
UPROP_SYSOP BOOL, set if user has sysop privileges.


© 1998 Microsoft Corporation. All rights reserved.