IOleInPlaceComponentUIManager.FUIComponentInState(UInt32) 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.
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.