IPXV_Document::ID Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(8 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Document::ID Property}} | {{#customTitle:IPXV_Document::ID Property}} | ||
− | {{#parentPage:PXV:IPXV_Document|ID | + | {{#parentPage:PXV:IPXV_Document#Properties|ID|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''ID''' of interface [[PXV:IPXV_Document|IPXV_Document]] returns Value of ULONG | + | Property '''ID''' of interface [[PXV:IPXV_Document|IPXV_Document]] returns Value of ULONG containing the unique identifier of the document. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_ID([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_ID([out, retval] ULONG* nID); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_Document|IPXV_Document]] |
Latest revision as of 23:14, 27 April 2017
Property ID of interface IPXV_Document returns Value of ULONG containing the unique identifier of the document.
Syntax
HRESULT get_ID([out, retval] ULONG* nID);