GetOptionalContentConfigLocked
Contentstreams en groepen met optionele content
Beschrijving
Deze functie bepaalt of een optionele contentgroep vergrendeld is zoals gedefinieerd door het opgegeven optional content configuration-woordenboek
Syntaxis
Delphi
Function TPDFlib.GetOptionalContentConfigLocked(OptionalContentConfigID, OptionalContentGroupID: Integer): Integer;
ActiveX
Function PDFlib::GetOptionalContentConfigLocked(OptionalContentConfigID As Long, OptionalContentGroupID As Long) As Long
DLL
int DLGetOptionalContentConfigLocked(int InstanceID, int OptionalContentConfigID, int OptionalContentGroupID);
Parameters
| OptionalContentConfigID | Het eerste standaardconfiguratiewoordenboek voor optionele inhoud heeft ID 1. Voor andere configuratiewoordenboeken voor optionele inhoud worden hogere nummers gebruikt |
|---|---|
| OptionalContentGroupID | Een ID geretourneerd door de functies NewOptionalContentGroup, GetOptionalContentGroupID of GetOptionalContentConfigOrderItemID |
Retourwaarden
| 0 | De optionele contentgroep is ontgrendeld |
|---|---|
| 1 | De optionele contentgroep is vergrendeld int OptionalContentConfigID, int OptionalContentGroupID); |