Vcl.SvcMgr.TService.ReportStatus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReportStatus;

C++

void __fastcall ReportStatus();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.SvcMgr.pas
Vcl.SvcMgr.hpp
Vcl.SvcMgr TService

Description

Updates the Service Control Manager's status information for the calling service.

ReportStatus sends current status information about the calling service to the Service Control Manager.

See Also