MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system


TMsgBaseUserInfo type

Top  Previous  Next

TMsgBaseUserInfo contains user details.

Unit
MsgComBase

type

TMsgBaseUserInfo = packed record
UserInfo:       TMsgUserInfo;
PasswordHeader:    TMsgCryptoHeader;
end;
PMsgBaseUserInfo = ^TMsgBaseUserInfo;

Description
TMsgBaseUserInfo type contains user detais.
UserID is an unique identifier of the user registered at this server.
Other fields contains user details and are not necessary to be defined.



© AidAim Software MsgCommunicator: