IPXC_OCG::Name Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 6: | Line 6: | ||
Property '''Name''' of interface [[PXV:IPXC_OCG|IPXC_OCG]] returns/sets Value of BSTR ... | Property '''Name''' of interface [[PXV:IPXC_OCG|IPXC_OCG]] returns/sets Value of BSTR ... | ||
+ | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Name([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Name([out, retval] BSTR* ppName); |
− | HRESULT put_Name([in] BSTR | + | HRESULT put_Name([in] BSTR ppName); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
See also [[PXV:IPXC_OCG|IPXC_OCG]]. | See also [[PXV:IPXC_OCG|IPXC_OCG]]. |
Revision as of 08:18, 21 April 2015
Property Name of interface IPXC_OCG returns/sets Value of BSTR ...
Syntax
HRESULT get_Name([out, retval] BSTR* ppName); HRESULT put_Name([in] BSTR ppName);
See Also
See also IPXC_OCG.