IMsoComponentManager::FInState Method

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Indicates whether the state specified by uStateID is in effect.

BOOL FInState(
   ULONG uStateID,
   void *pvoid
);

Parameters

  • uStateID [in]
    One of the Msocstate enumeration values.

  • pvoid [in]
    Reserved for future use. Should be NULL.

Return Value

TRUE if the specified state is in effect; otherwise, FALSE.

See Also

Reference

IMsoComponentManager Interface