Home | History | Annotate | Download | only in include

Lines Matching refs:strType

1261     virtual HRESULT WINAPI get_Type(BSTR *strType) = 0;
1262 virtual HRESULT WINAPI get_Subtype(BSTR *strType) = 0;
1274 HRESULT (WINAPI *get_Type)(IMediaTypeInfo *This,BSTR *strType);
1275 HRESULT (WINAPI *get_Subtype)(IMediaTypeInfo *This,BSTR *strType);
1289 #define IMediaTypeInfo_get_Type(This,strType) (This)->lpVtbl->get_Type(This,strType)
1290 #define IMediaTypeInfo_get_Subtype(This,strType) (This)->lpVtbl->get_Subtype(This,strType)
1293 HRESULT WINAPI IMediaTypeInfo_get_Type_Proxy(IMediaTypeInfo *This,BSTR *strType);
1295 HRESULT WINAPI IMediaTypeInfo_get_Subtype_Proxy(IMediaTypeInfo *This,BSTR *strType);