Platform SDK: Exchange Server

HrServiceConfirmStop

The HrServiceConfirmStop function informs the server that the application has stopped.

Quick Info

Header file: WINWRAP.H
Library: WINWRAP.LIB

HRESULT HrServiceConfirmStop(
  VOID  
);
 

Parameters

None.

Return Values

See Return Values.

Remarks

For more information on this function, see the HrServiceConfirmStop function in WINWRAP.C under the WINWRAP code sample in the Code Samples folder.

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

See Also

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