IPXC_SecurityPolicy::GetInfoTag Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetInfoTag([in]  ULONG  nIndex,
+
<pre class="brush:cpp;gutter:false">HRESULT GetInfoTag([in]  ULONG  Index,
                   [out]  BSTR*  sID,
+
                   [out]  BSTR*  ID,
                   [out]  BSTR*  sTagName,
+
                   [out]  BSTR*  TagName,
                   [out]  BSTR*  sTagValue);</pre>
+
                   [out]  BSTR*  TagValue);</pre>
  
 
== Parameters ==
 
== Parameters ==
;nIndex
+
;Index
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;sID
+
;ID
 
:[out]  Pointer to BSTR.
 
:[out]  Pointer to BSTR.
;sTagName
+
;TagName
 
:[out]  Pointer to BSTR.
 
:[out]  Pointer to BSTR.
;sTagValue
+
;TagValue
 
:[out]  Pointer to BSTR.
 
:[out]  Pointer to BSTR.
  

Revision as of 07:12, 12 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetInfoTag([in]   ULONG  Index,
                   [out]  BSTR*  ID,
                   [out]  BSTR*  TagName,
                   [out]  BSTR*  TagValue);

Parameters

Index
[in] Value of ULONG.
ID
[out] Pointer to BSTR.
TagName
[out] Pointer to BSTR.
TagValue
[out] Pointer to BSTR.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_SecurityPolicy