IMsoComponentManager::FInState Method
Applies to: Office 2010
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.