FlavoredProjectBase.ExecCommand Method

Definition

Executes the specified command.

protected:
 virtual int ExecCommand(System::UInt32 itemid, Guid % pguidCmdGroup, System::UInt32 nCmdID, System::UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut);
protected virtual int ExecCommand (uint itemid, ref Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut);
abstract member ExecCommand : uint32 * Guid * uint32 * uint32 * nativeint * nativeint -> int
override this.ExecCommand : uint32 * Guid * uint32 * uint32 * nativeint * nativeint -> int
Protected Overridable Function ExecCommand (itemid As UInteger, ByRef pguidCmdGroup As Guid, nCmdID As UInteger, nCmdexecopt As UInteger, pvaIn As IntPtr, pvaOut As IntPtr) As Integer

Parameters

itemid
UInt32

The item ID of the element.

pguidCmdGroup
Guid

The command group.

nCmdID
UInt32

The command ID.

nCmdexecopt
UInt32

The execution options.

pvaIn
IntPtr

nativeint

The in parameters

pvaOut
IntPtr

nativeint

The out parameters.

Returns

Returns Int32.

Applies to