IPXC_Image::OC Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Image::OC Property}} | {{#customTitle:IPXC_Image::OC Property}} | ||
+ | {{#parentPage:PXV:IPXC_Image#Properties|OC|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Property '''OC''' of interface [[PXV:IPXC_Image|IPXC_Image]] returns/sets Pointer to IUnknown* ... | Property '''OC''' of interface [[PXV:IPXC_Image|IPXC_Image]] returns/sets Pointer to IUnknown* ... | ||
− | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_OC([out, retval] IUnknown** | + | <pre class="brush:cpp;gutter:false">HRESULT get_OC([out, retval] IUnknown** pOC); |
− | HRESULT put_OC([in] IUnknown* | + | HRESULT put_OC([in] IUnknown* pOC); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_Image|IPXC_Image]] |
Latest revision as of 11:48, 11 January 2016
Property OC of interface IPXC_Image returns/sets Pointer to IUnknown* ...
Syntax
HRESULT get_OC ([out, retval] IUnknown** pOC); |
HRESULT put_OC ([in] IUnknown* pOC); |