IPXC_Image::OC Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Image::OC Property}} | {{#customTitle:IPXC_Image::OC Property}} | ||
− | {{#parentPage:PXV:IPXC_Image#Properties|OC | + | {{#parentPage:PXV:IPXC_Image#Properties|OC|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 9: | ||
== 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]] | + | [[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); |