Home | History | Annotate | Download | only in src

Lines Matching refs:GetGUID

825     STDMETHODIMP GetGUID(REFGUID guidKey, GUID* pguidValue)
828 return _spAttributes->GetGUID(guidKey, pguidValue);
1605 hr = pMediaType->GetGUID(MF_MT_MAJOR_TYPE, &majorType);
1620 if (FAILED(pMediaType->GetGUID(MF_MT_SUBTYPE, &guiNewSubtype)) ||
1783 hr = m_spCurrentType->GetGUID(MF_MT_SUBTYPE, &m_guiCurrentSubtype);
2581 hr = pValue->GetGuid(&value);
2731 hr = spPropValue->GetGuid(&guiMajorType);