Documentación de la API > Miscellaneous > Object ProCombstate > Function ProCombstateIsDefault
Function ProCombstateIsDefault
Description
Checks if the given combined state is default.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCombstate.h>
ProCombstateIsDefault
(
ProCombstate* cs_item
/* (In)
Pointer to a combined state item to retrieve the the state from.
*/
ProBool* p_state
/* (Out)
Flag to determine whether the given combined state is default.
*/
)
Returns
The 'Default' State was retrieved successfully.
Invalid combined state item, or CS owner passed in cs_item is NULL, or the type of the item is not of PRO_COMBINED_STATE.
User Guide References
¿Fue esto útil?