IVsHiddenRegion.GetState(UInt32) Method

Definition

Returns the state of the hidden region.

public:
 int GetState([Runtime::InteropServices::Out] System::UInt32 % dwState);
int GetState([Runtime::InteropServices::Out] unsigned int & dwState);
public int GetState (out uint dwState);
abstract member GetState : uint32 -> int
Public Function GetState (ByRef dwState As UInteger) As Integer

Parameters

dwState
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.

Returns

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

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsHiddenRegion::GetState(  
   [out] DWORD *dwState  
);  

Applies to