Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function is implemented by a service and will be called by Services.exe.
BOOL xxx_Close(DWORDdwData);
Parameters
- dwData
[in] Specifies the value returned by xxx_Open (Services.exe) 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.
Services.exe uses the xxx prefix. When implementing the stream interface, replace xxx with a prefix appropriate for your specific implementation. For more information, see Stream Interface Driver Implementation.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Developer-defined.
Library: Developer-implemented.
See Also
xxx_Open (Services.exe) | CloseHandle | Services.exe Functions
Send Feedback on this topic to the authors