COleClientItem::GetItemState
UINTGetItemState()const;
Return Value
A COleClientItem::ItemState enumerated value, which can be one of the following: emptyState, loadedState, openState, activeState, activeUIState. For information about these states, see the article in Visual C++ Programmer’s Guide.
Remarks
Call this function to get the OLE item’s current state. To be notified when the OLE item’s state changes, use the OnChange member function.
For more information, see the article in Visual C++ Programmer’s Guide.
COleClientItem Overview | Class Members | Hierarchy Chart
See Also COleClientItem::OnChange