Sun Java System Messaging Server 6 2005Q4 MTA Developer's Reference

Example

The following code fragment uses this routine to print the channel name.


char buf[CHANLENGTH+1];

printf("Channel name: %s\n",
       mtaChannelGetName(buf, NULL, sizeof(buf)));