Skip to main content

PCMSGetRoutingProfileName

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 the 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

Last updated July 8, 2025.