Home | History | Annotate | Download | only in include

Lines Matching refs:GetAge

269     STDMETHOD(GetAge)(THIS_ DWORD flags, LPDWORD pAge) PURE;
287 #define IDirect3DRMObject2_GetAge(p,a,b) (p)->lpVtbl->GetAge(p,a,b)
302 #define IDirect3DRMObject2_GetAge(p,a,b) (p)->GetAge(a,b)