Home | History | Annotate | Download | only in include

Lines Matching defs:KSPROPERTY

213 typedef KSIDENTIFIER KSPROPERTY;
325 virtual HRESULT STDMETHODCALLTYPE KsProperty(
367 HRESULT (STDMETHODCALLTYPE *KsProperty)(
404 #define IKsControl_KsProperty(This,Property,PropertyLength,PropertyData,DataLength,BytesReturned) (This)->lpVtbl->KsProperty(This,Property,PropertyLength,PropertyData,DataLength,BytesReturned)
420 return This->lpVtbl->KsProperty(This,Property,PropertyLength,PropertyData,DataLength,BytesReturned);