IPXV_Plugin::VendorID Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Plugin::VendorID Property}}
 
{{#customTitle:IPXV_Plugin::VendorID Property}}
{{#parentPage:PXV:IPXV_Plugin|property}}
+
{{#parentPage:PXV:IPXV_Plugin|VendorID Property|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_VendorID([out, retval] ULONG* pVendorID);
+
<pre class="brush:cpp;gutter:false">HRESULT get_VendorID([out, retval] ULONG* pVendorID);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXV_Plugin|IPXV_Plugin]].
 
See also [[PXV:IPXV_Plugin|IPXV_Plugin]].

Revision as of 06:31, 23 April 2015


Property VendorID 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*  pVendorID);

See Also

See also IPXV_Plugin.