IUIX_CmdManager::Cmd Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 10: Line 10:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT get_Cmd([in]          LONG        nCmdID,
 
<pre class="brush:cpp;gutter:false">HRESULT get_Cmd([in]          LONG        nCmdID,
                 [out, retval]  IUIX_Cmd**  ppCmd);
+
                 [out, retval]  IUIX_Cmd**  pCmd);
 
</pre>
 
</pre>
  

Revision as of 04:15, 15 June 2015


Property Cmd of interface IUIX_CmdManager returns Pointer to IUIX_Cmd ...

Syntax

HRESULT get_Cmd([in]           LONG        nCmdID,
                [out, retval]  IUIX_Cmd**  pCmd);

Parameters

nCmdID
[in] Value of LONG.

See Also

IUIX_CmdManager