xxx_Close (Servicesd.exe) (Compact 2013)

3/26/2014

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

Syntax

BOOL xxx_Close(
  DWORD dwData
);

Parameters

Return Value

TRUE indicates success. FALSE indicates failure.

Remarks

This function is called when a service instance is closing during an application's call to CloseHandle.

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_Open (Servicesd.exe)

Other Resources

CloseHandle