Documentación de la API > Family table > Object ProFaminstance > Function ProFaminstanceCheck
Function ProFaminstanceCheck
Description
Determines whether the specified instance exists in the family table and, if it exists, returns its lock status.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFaminstance.h>
ProFaminstanceCheck
(
/* (In)
The instance handle.
*/
int* locked
/* (Out)
The lock status. If this is TRUE, the instance is locked.
*/
)
Returns
The instance exists, and the function successfully returned its lock status.
The specified instance does not exist in the family table.
A general error occurred and the function failed (for example, the generic does not exist in session, or the function could not find the family table).
Sample Code References
User Guide References
¿Fue esto útil?