![]() |
|
SSP_GET_KEYSection: User Manuals (3)Updated: JULY 2001 NAMESSP_get_key - returns the key of the groupSYNOPSIS#include <ssp.h>int SSP_get_key( mailbox mbox, const char *group, char *key, int *key_len); DESCRIPTIONSSP_get_key returns the key of the group with the name passed as the string group.The mbox of the connection upon which to join a group is the first parameter. The group string represents the name of the group . The key is the buffer where the key value is returned. The key_len is a pointer to an int where the length of the key will be returned. RETURN VALUESReturns 0 on success or one of the following errors ( < 0 ):
BUGSNone.AUTHORCristina Nita-Rotaru <crisn@cnds.jhu.edu>
IndexThis document was created by man2html, using the manual pages. Time: 19:21:32 GMT, July 07, 2001
|