Share via


IIde::GetState(IIde)

 

Gets the current state of the IDE.

Syntax

HRESULT GetState(VARIANT_BOOL *pAvailable, VARIANT_BOOL *pVisible);

Parameters

pAvailable

[out] A Boolean value indicating true if the IDE is available; false if not.

pVisible

[out] A Boolean value indicating true if the IDE is visible; false if not.

Return Value

One of the standard HRESULT values.

Requirements

Type Library

VstaCore.tlb

Header

VstaCore.h

 

See Also

IIde Interface (VSTA)