IPXC_Sound::Rate Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Sound::Rate Property}}
 
{{#customTitle:IPXC_Sound::Rate Property}}
 +
{{#parentPage:PXV:IPXC_Sound#Properties|Rate|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
Property '''Rate''' of interface [[PXV:IPXC_Sound|IPXC_Sound]] returns  Value of ULONG ...
+
Property '''nRate''' of interface [[PXV:IPXC_Sound|IPXC_Sound]] returns  Value of ULONG ...
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Rate([out, retval] ULONG* pRate);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Rate([out, retval] ULONG* nRate);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Sound|IPXC_Sound]].
+
[[PXV:IPXC_Sound|IPXC_Sound]]

Latest revision as of 03:37, 15 June 2015


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

Syntax

HRESULT get_Rate([out, retval]  ULONG*  nRate);

See Also

IPXC_Sound