.\" pragma ident "@(#)KcsAvailable.3 1.3 04/21/95" .TH KcsAvailable 3 "21 April 1995" "" "KCMS Library" .SH NAME KcsAvailable \- Determine if the KCMS library is available .SH SYNOPSIS .ft B .nf #include #include .sp KcsStatusId KcsAvailable(long *response) .fi .ft R .SH MT-LEVEL MT-Unsafe .SH DESCRIPTION .B KcsAvailable() determines if the KCMS framework has been installed on the system. This function is provided primarily for cross-platform compatibility. .SH ARGUMENTS .TP .SB response is a pointer to a long for temporary usage in the KcsAvailable function. .SH RETURN VALUE Upon successful completion KCS_SUCCESS is returned. Otherwise the following error will be returned. .SH ERRORS KCS_NOT_AVAILABLE .SH SEE ALSO .BR KcsLoadProfile (3) .br .BR "KCMS Application Developers Guide" .SH NOTE This function will always return KCS_SUCCESS. .SH SEE ALSO .BR KcsLoadProfile (3)