Home | History | Annotate | Download | only in include

Lines Matching refs:get_Type

1261     virtual HRESULT WINAPI get_Type(BSTR *strType) = 0;
1274 HRESULT (WINAPI *get_Type)(IMediaTypeInfo *This,BSTR *strType);
1289 #define IMediaTypeInfo_get_Type(This,strType) (This)->lpVtbl->get_Type(This,strType)