
ProTableSegExtentsGet | |
( ProTable* p_table /* (In) The table in question. */ int* first_row /* (Out) The first row in the table segment. Pass NULL if not interested in this value. */ int* last_row /* (Out) The last row in the table segment. Pass NULL if not interested in this value. */ int* first_column /* (Out) The first column in the table segment. Pass NULL if not interested in this value. */ int* last_column /* (Out) The last column in the table segment. Pass NULL if not interested in this value. */ ) |

The function succeeded. | |
One or more input arguments was invalid. | |
PRO_VALUE_UNUSED was used for multiple-segment table. |

