Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 188 of file distinct.c.
{ MSIDISTINCTVIEW *dv = (MSIDISTINCTVIEW*)view; TRACE("%p %p %p\n", dv, rows, cols ); if( !dv->table ) return ERROR_FUNCTION_FAILED; if( rows ) { if( !dv->translation ) return ERROR_FUNCTION_FAILED; *rows = dv->row_count; } return dv->table->ops->get_dimensions( dv->table, NULL, cols ); }