IPXC_Action_Named::CmdName Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Action_Named::CmdName Property}}
 
{{#customTitle:IPXC_Action_Named::CmdName Property}}
 +
{{#parentPage:PXV:IPXC_Action_Named#Properties|CmdName|property}}
  
Property '''CmdName''' of interface [[PXV:IPXC_Action_Named|IPXC_Action_Named]] returns/sets  Value of BSTR ...
+
The name of the action that shall be performed.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CmdName([out, retval] BSTR* pCmdName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CmdName([out, retval] BSTR* ppCmdName);
HRESULT put_CmdName([in] BSTR pCmdName);
+
HRESULT put_CmdName([in] BSTR ppCmdName);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Action_Named|IPXC_Action_Named]].
+
[[PXV:IPXC_Action_Named|IPXC_Action_Named]]

Latest revision as of 08:01, 23 May 2015

The name of the action that shall be performed.

Syntax

HRESULT get_CmdName([out, retval]  BSTR*  ppCmdName);
HRESULT put_CmdName([in]  BSTR  ppCmdName);

See Also

IPXC_Action_Named