IVsCommandWindowsCollection.IsOutputWaiting(UInt32) 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.
Determines if there is output to render for the specified window.
public:
int IsOutputWaiting(System::UInt32 uCookie);
public:
int IsOutputWaiting(unsigned int uCookie);
int IsOutputWaiting(unsigned int uCookie);
public int IsOutputWaiting (uint uCookie);
abstract member IsOutputWaiting : uint32 -> int
Public Function IsOutputWaiting (uCookie As UInteger) As Integer
Parameters
- uCookie
- UInt32
[in] A cookie, returned by Create(UInt32, UInt32, Int32, UInt32), specifying the window.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code. If the window is not in the CWM_SYSTEM mode, it returns S_FALSE. For more information about CWM_SYSTEM, see COMMANDWINDOWMODE.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IsOutputWaiting(
[in] UINT uCookie
);