NewNamedDestinationA
คำอธิบายประกอบและลิงก์ฮอตสปอต
คำอธิบาย
อักษร A ท้ายชื่อบอกว่าเป็นจุดเรียก DLL แบบ ANSI (char), ส่วน ActiveX/COM เปิดเผยเฉพาะรูปแบบ Unicode พฤติกรรมเหมือน NewNamedDestination ทุกอย่าง และอาร์กิวเมนต์สตริงถูกตีความตาม code page ปัจจุบันของ SetAnsiMode
Creates a named destination.
ไวยากรณ์
Delphi
Function DLNewNamedDestinationA(InstanceID: Integer; DestName: PAnsiChar; DestID: Integer): Integer;
DLL
int DLNewNamedDestinationA(int InstanceID, const char * DestName, int DestID);
พารามิเตอร์
| DestName | ชื่อของปลายทาง |
|---|---|
| DestID | ปลายทางที่จะตั้งชื่อให้ |