Platform SDK: Systems Management Server |
The IMmfNamedValueCollection::ItemFlags method is used to retrieve the flag settings associated with a specified named value.
HRESULT ItemFlags( BSTR sIndex, long *pFlags );
S_OK is returned unless the string name could not be found, in which case, E_FAIL is returned.
This method searches the nodes collection of named values for the given name and sets pFlags to its flag settings.
Item, IMmfNamedValueCollection, IMmfNode::FindNamedValueFlags, IMmfNode::GetNamedValueFlags