NewNamedDestinationA

Annotations and hotspot links

Description

The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to NewNamedDestination and string arguments are interpreted using the current SetAnsiMode code page

Creates a named destination.

Syntax

Delphi

Function DLNewNamedDestinationA(InstanceID: Integer; DestName: PAnsiChar; DestID: Integer): Integer;

DLL

int DLNewNamedDestinationA(int InstanceID, const char * DestName, int DestID);

Parameters

DestNameThe name of the destination
DestIDThe destination to assign a name to