Home | History | Annotate | Download | only in include

Lines Matching refs:get_LastName

3203     virtual HRESULT WINAPI get_LastName(BSTR *pLastName) = 0;
3290 HRESULT (WINAPI *get_LastName)(IPerson *This,BSTR *pLastName);
3379 #define IPerson_get_LastName(This,pLastName) (This)->lpVtbl->get_LastName(This,pLastName)