IUIX_Cmd::ShortcutsCount 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_ShortcutsCount([out, retval]  LONG*  pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ShortcutsCount([out, retval]  LONG*  nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_Cmd|IUIX_Cmd]]
 
[[PXV:IUIX_Cmd|IUIX_Cmd]]

Revision as of 04:12, 15 June 2015


Property ShortcutsCount of interface IUIX_Cmd returns Value of LONG ...

Syntax

HRESULT get_ShortcutsCount([out, retval]  LONG*  nCount);

See Also

IUIX_Cmd