Home | History | Annotate | Download | only in include

Lines Matching refs:GetStat

1020 GetStat(DWORD stid,ULONG *pluHi,ULONG *pluLo) = 0;
1030 HRESULT (WINAPI *GetStat)(IActiveScriptStats *This,DWORD stid,ULONG *pluHi,ULONG *pluLo);
1042 #define IActiveScriptStats_GetStat(This,stid,pluHi,pluLo) (This)->lpVtbl->GetStat(This,stid,pluHi,pluLo)