Home | History | Annotate | Download | only in include

Lines Matching refs:get_Number

638     virtual HRESULT WINAPI get_Number(__LONG32 *pl) = 0;
656 HRESULT (WINAPI *get_Number)(ADOError *This,__LONG32 *pl);
676 #define Error_get_Number(This,pl) (This)->lpVtbl -> get_Number(This,pl)