IOleInPlaceComponentUIManager.FUIComponentInState(UInt32) Method

Definition

Queries the environment to determine if a particular state is still in effect.

public:
 int FUIComponentInState(System::UInt32 dwStateId);
public:
 int FUIComponentInState(unsigned int dwStateId);
int FUIComponentInState(unsigned int dwStateId);
public int FUIComponentInState (uint dwStateId);
abstract member FUIComponentInState : uint32 -> int
Public Function FUIComponentInState (dwStateId As UInteger) As Integer

Parameters

dwStateId
UInt32

[in] Identifier of the state in question. For a list of valid dwStateId values, see _OLECSTATE

Returns

Remarks

The FUIComponentInState method is analogous to the FInState method. Whereas FInState is used to query the SOleComponentManager service, FUIComponentInState is used to query the SOleComponentUIManager.

Applies to