Home | History | Annotate | Download | only in include

Lines Matching defs:GetProperty

492     virtual HRESULT WINAPI GetProperty(LONG Id,VARIANT *pValue) = 0;
510 HRESULT (WINAPI *GetProperty)(ISdo *This,LONG Id,VARIANT *pValue);
530 #define ISdo_GetProperty(This,Id,pValue) (This)->lpVtbl->GetProperty(This,Id,pValue)