Documentación de la API > Miscellaneous > Object ProCompdisplay > Function ProCompdisplayIsDefault
Function ProCompdisplayIsDefault
Description
Similar to ProSimprepIsDefault, except this is for Comp Displays.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSimprep.h>
ProCompdisplayIsDefault
(
ProCompdisp* p_compdisp
/* (In)
The Comp Display pointer.
*/
ProBoolean* p_is_default
/* (Out)
PRO_B_TRUE if the Comp Display is the Default. PRO_B_FALSE otherwise.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
User Guide References
¿Fue esto útil?