IVsCommandWindowsCollection.IsOutputWaiting(UInt32) Method

Definition

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  
);  

Applies to