IVsCommandWindow.RunningCommandWindowCommand(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
);