IVsCommandWindow.RunningCommandWindowCommand(Int32) Method

Definition

Indicates whether or not a command invoked through the command window is currently executing.

public:
 int RunningCommandWindowCommand([Runtime::InteropServices::Out] int % pfCmdWin);
int RunningCommandWindowCommand([Runtime::InteropServices::Out] int & pfCmdWin);
public int RunningCommandWindowCommand (out int pfCmdWin);
abstract member RunningCommandWindowCommand : int -> int
Public Function RunningCommandWindowCommand (ByRef pfCmdWin As Integer) As Integer

Parameters

pfCmdWin
Int32

[out] Pointer to a Boolean. A true value indicates the command is executing.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsCommandWindow::RunningCommandWindowCommand(  
   [out, retval] BOOL* pfCmdWin  
);  

Applies to