Searched refs:_spAttributes (Results 1 – 1 of 1) sorted by relevance
751 if (_spAttributes.Get() == nullptr) in Initialize()753 return MFCreateAttributes(&_spAttributes, cInitialSize); in Initialize()765 if (_spAttributes) in Initialize()767 _spAttributes.Reset(); in Initialize()768 _spAttributes = nullptr; in Initialize()772 return pUnk->QueryInterface(IID_PPV_ARGS(&_spAttributes)); in Initialize()781 assert(_spAttributes); in GetItem()782 return _spAttributes->GetItem(guidKey, pValue); in GetItem()787 assert(_spAttributes); in GetItemType()788 return _spAttributes->GetItemType(guidKey, pType); in GetItemType()[all …]