IVsStatusbar.IsFrozen(Int32) Method

Definition

Returns the freeze state of the status bar.

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

Parameters

pfFrozen
Int32

[out] Flag indicating whether the status bar is frozen to new content.

Returns

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

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsStatusbar::IsFrozen(  
   [out] BOOL *pfFrozen  
);  

Applies to