GetServiceInstance

The GetServiceInstance function obtains the handle for the service instance.

Quick Info

Header file: WINWRAP.H
Library: WINWRAP.LIB

HANDLE GetServiceInstance(
  VOID  
);
 

Parameters

None.

Return Values

The handle for this instance of the service.

Remarks

The GetServiceInstance function is a non-core function.

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

See Also

HrGetServiceStatus, HrServiceStartup