IPXC_Sound::Rate Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Sound::Rate Property}}
 
{{#customTitle:IPXC_Sound::Rate Property}}
{{#parentPage:PXV:IPXC_Sound#Properties|Rate Property|property}}
+
{{#parentPage:PXV:IPXC_Sound#Properties|Rate|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{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 ==
[[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