Object ProCompdisplay

Function ProCompdisplayIsDefault


Description
Similar to ProSimprepIsDefault, except this is for Comp Displays.
Replacement in Object TOOLKIT: wfcStyleState::IsStyleStateDefault
Synopsis
#include <ProSimprep.h>
ProErrorProCompdisplayIsDefault(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.