IVsStatusbar.IsFrozen(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.
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
);