Syntax
int PCMSGetRoutingProfileName(PCMServerID serv, int routingProfileIndex, char *buffer, int bufSize)
Parameters
PCMServerID serv – The PC*MILER server ID.
int routingProfileIndex – The index starts from 0 and has a maximum value of the total number of created route profiles minus 1.
char *buffer – The buffer where returned route profile name is deposited.
int bufSize – The buffer size of the returned route profile name.
Description
Gets the name of the route profile given its index.
Return Values
Returns the number of bytes written in the buffer.
Supported Since: PC*MILER Connect 30
Category: Custom Data