|
Queries the type of the row.
virtual _LONG_T GetRowType( int row_no, int * row_type ) = 0;
Parameters |
Description |
int row_no |
The row number. |
int * row_type |
A pointer to the location where the row type is returned. |
The GetRowType method returns AOSI_SUCCESS on success.
The GetRowType method returns the type of a row. The value is taken from the RowType enumeration.