IPXV_Plugin::VendorID Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Plugin::VendorID Property}} | {{#customTitle:IPXV_Plugin::VendorID Property}} | ||
+ | {{#parentPage:PXV:IPXV_Plugin#Properties|VendorID|property}} | ||
+ | {{ToReview}} | ||
− | Property ''' | + | Property '''nVendorID''' of interface [[PXV:IPXV_Plugin|IPXV_Plugin]] returns an ID of plugin's developer. Every developer that have a license to create Editor's plugin is registered in Tracker's database and had an unique ID. |
− | + | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_VendorID([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_VendorID([out, retval] ULONG* nVendorID); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_Plugin|IPXV_Plugin]] |
Latest revision as of 04:06, 15 June 2015
Property nVendorID of interface IPXV_Plugin returns an ID of plugin's developer. Every developer that have a license to create Editor's plugin is registered in Tracker's database and had an unique ID.
Syntax
HRESULT get_VendorID([out, retval] ULONG* nVendorID);