IPXC_Sound::Channels 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_Channels([out, retval]  ULONG*  pChannels);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Channels([out, retval]  ULONG*  nChannels);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Sound|IPXC_Sound]]
 
[[PXV:IPXC_Sound|IPXC_Sound]]

Revision as of 02:25, 4 June 2015


Property Channels of interface IPXC_Sound returns Value of ULONG ...

Syntax

HRESULT get_Channels([out, retval]  ULONG*  nChannels);

See Also

IPXC_Sound