Home | History | Annotate | Download | only in include

Lines Matching refs:Stat

546     virtual HRESULT WINAPI Stat(STATPROPSETSTG *pstatpsstg) = 0;
569 HRESULT (WINAPI *Stat)(IWiaPropertyStorage *This,STATPROPSETSTG *pstatpsstg);
594 #define IWiaPropertyStorage_Stat(This,pstatpsstg) (This)->lpVtbl->Stat(This,pstatpsstg)