Function ProServerIsOnline
Description
Checks if specified server is online or offline.
Synopsis
#include <ProWTUtils.h>
ProServerIsOnline
(
wchar_t* serverAlias
/* (In)
The name used by Creo Parametric to refer to this server.
*/
ProBoolean* is_online
/* (Out)
PRO_B_TRUE if server is online, PRO_B_FALSE if server is offline.
*/
)
Returns
The function succeeded.
One or more inputs was invalid.
The server was not registered.
If any other error occurs.
User Guide References
これは役に立ちましたか?