IUIX_Dialog::ID Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Dialog::ID Property}} | {{#customTitle:IUIX_Dialog::ID Property}} | ||
− | {{#parentPage:PXV:IUIX_Dialog|ID | + | {{#parentPage:PXV:IUIX_Dialog#Properties|ID|property}} |
− | + | ||
Gets numerical '''ID''' of the current [[PXV:IUIX_Dialog|dialog]]. | Gets numerical '''ID''' of the current [[PXV:IUIX_Dialog|dialog]]. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_ID([out, retval] LONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_ID([out, retval] LONG* nID); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IUIX_Dialog|IUIX_Dialog]] | + | [[PXV:IUIX_Dialog|IUIX_Dialog]] |
Latest revision as of 15:12, 15 June 2015
Gets numerical ID of the current dialog.
Syntax
HRESULT get_ID([out, retval] LONG* nID);