Share via


xxx_Deinit (Servicesd.exe) (Compact 2013)

3/26/2014

This function is to be implemented by a service and will be called by Servicesd.exe.

Syntax

BOOL xxx_Deinit(
  DWORD dwData
);

Parameters

Return Value

Servicesd.exe ignores the value returned by xxx_Deinit.

Remarks

This function is called during an application's call to DeregisterService.

Servicesd.exe uses the xxx prefix. When implementing the stream interface, replace xxx with a prefix appropriate for your specific implementation.

Requirements

Header

Developer Implemented

Library

Developer Implemented

See Also

Reference

Servicesd.exe Functions
xxx_Init (Servicesd.exe)
DeregisterService