RemoveGlobalJavaScriptA
Document properties, JavaScript
תיאור
The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to RemoveGlobalJavaScript and string arguments are interpreted using the current SetAnsiMode code page
מסיר בלוק JavaScript ממאגר ה-JavaScript הגלובלי
תחביר
Delphi
Function DLRemoveGlobalJavaScriptA(InstanceID: Integer; PackageName: PAnsiChar): Integer;
DLL
int DLRemoveGlobalJavaScriptA(int InstanceID, const char * PackageName);
פרמטרים
| PackageName | The name that that JavaScript was stored under. |
|---|
ערכי החזרה
| 0 | The specified package name could not be found |
|---|---|
| 1 | The JavaScript was removed successfully |