STDMETHODIMP CPhBookObj::get_CurRec(long *pVal) { // TODO: Add your implementation code here return S_OK; } STDMETHODIMP CPhBookObj::put_CurRec(long newVal) { // TODO: Add your implementation code here return S_OK; }
STDMETHODIMP CPhBookObj::get_MaxRecs(long *pVal) { // TODO: Add your implementation code here return S_OK; } STDMETHODIMP CPhBookObj::get_NumRecs(long *pVal) { // TODO: Add your implementation code here return S_OK; }