Documentação da API > Family table > Object ProFamtable > Function ProFamtableCheck
Function ProFamtableCheck
Description
Determines whether the family table is valid and/or empty, given its handle.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFamtable.h>
ProFamtableCheck
(
ProFamtable* p_famtab
/* (In)
The handle to the family table
*/
)
Returns
The family table is found and is not empty.
The input argument is invalid (for example, the owner was not found).
The family table was not found for the specified owner.
The family table is found and is empty.
Sample Code References
User Guide References
Isto foi útil?