FIsService

The FIsService function determines whether an application is running as a service of Windows NT Server.

Quick Info

Header file: WINWRAP.H
Library: WINWRAP.LIB

BOOL FIsService(
  VOID  
);
 

Parameters

VOID

Return Values

TRUE
The application is running as a service of Windows NT Server.
FALSE
The application is not running as a service of Windows NT Server.

Remarks

For more information on the WINWRAP library, see Using WINWRAP Functions, Mandatory Entry Points and Variables, and Events Signalled.

See Also

FServiceReportStatus, HrServiceConfirmStop, HrServiceGetArgv, HrServiceGetName, HrServiceProcessControl, HrServiceShutdown, HrServiceStartup, HrServiceWaitForContinue, HrServiceWaitForControl, HrServiceWaitForStop, HServiceCreateThread, ServiceMain, ServiceStop