chatGetChannelPassword
Queries the server for the specified channel’s password.
- void chatGetChannelPassword(
- CHAT chat,
- const gsi_char * channel,
- chatGetChannelPasswordCallback callback,
- void * param,
- CHATBool blocking );
Routine | Required Header | Distribution |
---|---|---|
chatGetChannelPassword | <chat.h> | SDKZIP |
Parameters
- chat
- [in] Chat SDK object, previously initialized using one of the chatConnect methods.
- channel
- [in] Name of the chat channel whose password is being retrieved.
- callback
- [in] Optional user-supplied function to be called when the operation has completed.
- param
- [in] Optional pointer to user data; will be passed unmodified to the callback function.
- blocking
- [in] If CHATTrue, return only after the operation has completed; otherwise, return immediately.
Section Reference: Gamespy Chat SDK
See Also: chatSetChannelPassword