IPXC_OCMD::OCG Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_OCG([in]          ULONG      nIndex,
+
<pre class="brush:cpp;gutter:false">HRESULT get_OCG([in]          ULONG      Index,
                 [out, retval]  IPXC_OCG**  pOCG);
+
                 [out, retval]  IPXC_OCG**  OCG);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;nIndex
+
;Index
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_OCMD|IPXC_OCMD]]
 
[[PXV:IPXC_OCMD|IPXC_OCMD]]

Revision as of 07:07, 12 June 2015


Property OCG of interface IPXC_OCMD returns Pointer to IPXC_OCG ...

Syntax

HRESULT get_OCG([in]           ULONG       Index,
                [out, retval]  IPXC_OCG**  OCG);

Parameters

Index
[in] Value of ULONG.

See Also

IPXC_OCMD