CAPL Script

AbstractGetDisplayName

Syntax

long Abstract_GetDisplayName(addressHandle address, char[] buffer)

Function

Retrieves an display name for an endpoint with an abstract binding pseudo address. The name may have been set withAbstract_CreateAddress.

Parameters

address Address of the endpoint.

buffer

Receives the display name.

Return Values

0: success

-1: buffer is too small

-2: address not found

ret = Abstract_GetDisplayName(newProvider.Address, buffer);

SD_SetAddress | Abstract_CreateAddress