webchannelGetInfo( )

Retrieves detailed information about one Web channel,

Pseudocode
webchannelGetInfo(
  unsigned int chanType,
  unsigned int refUserOrGroupId,
  unsigned int channelId
);
Parameters
  • chanType   The type of channel.

  • refUserOrGroupId   The unique ID of the user or group.

  • ChannelId   The unique ID of the Web channel.

Returns
The information in a WebChannelDetail structure.
Remarks

The refUserOrGroupId parameter must be set to an existing user or group ID, depending on chanType.