xxx_Close
This function is implemented by a service and will be called by Services.exe.
BOOL xxx_Close(
DWORD dwData
);
Parameters
- dwData
[in] Specifies the value returned by xxx_Open for the given service instance.
Return Values
TRUE indicates success. FALSE indicates failure.
Remarks
This function is called when a service instance is closing during an application's call to CloseHandle.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Developer-defined.
Library: Developer-implemented.
See Also
xxx_Open | CloseHandle | Services.exe Functions
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.