Home | History | Annotate | Download | only in include

Lines Matching refs:get_Size

1758     virtual HRESULT WINAPI get_Size(ADO_LONGPTR *pSize) = 0;
1795 HRESULT (WINAPI *get_Size)(_ADOStream *This,ADO_LONGPTR *pSize);
1834 #define _Stream_get_Size(This,pSize) (This)->lpVtbl -> get_Size(This,pSize)
3568 virtual HRESULT WINAPI get_Size(ADO_LONGPTR *pl) = 0;
3597 HRESULT (WINAPI *get_Size)(_ADOParameter *This,ADO_LONGPTR *pl);
3628 #define _Parameter_get_Size(This,pl) (This)->lpVtbl -> get_Size(This,pl)