IVsHiddenRegion::GetState Method (UInt32)

 

Returns the state of the hidden region.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

int GetState(
	[OutAttribute] unsigned int% dwState
)

Parameters

dwState
Type: System::UInt32

[out] Pointer to the state of the hidden region. This value is a combining with the bitwise or of the HIDDEN_REGION_STATE and CHANGE_HIDDEN_REGION_FLAGS values.

Return Value

Type: System::Int32

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

From textmgr.idl:

HRESULT IVsHiddenRegion::GetState(
   [out] DWORD *dwState
);
Return to top
Show: