IVsCommandWindowsCollection.SetRunningCommandWindowCommand 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 a command window is running (or not running) a command.
public:
int SetRunningCommandWindowCommand(System::UInt32 uCookie, int fCmdWin);
public:
int SetRunningCommandWindowCommand(unsigned int uCookie, int fCmdWin);
int SetRunningCommandWindowCommand(unsigned int uCookie, int fCmdWin);
public int SetRunningCommandWindowCommand (uint uCookie, int fCmdWin);
abstract member SetRunningCommandWindowCommand : uint32 * int -> int
Public Function SetRunningCommandWindowCommand (uCookie As UInteger, fCmdWin As Integer) As Integer
Parameters
- uCookie
- UInt32
[in] A cookie, returned by Create(UInt32, UInt32, Int32, UInt32), specifying the window.
- fCmdWin
- Int32
[in] A Boolean value—true
indicates the command window is running a command; false
indicates no command is currently running.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT SetRunningCommandWindowCommand(
[in] UINT uCookie
[in] BOOL fCmdWin
);