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.
The CloseServiceEnumerationHandle function terminates the enumeration and frees associated resources.
Syntax
PCLOSE_SERVICE_ENUMERATION_HANDLE PcloseServiceEnumerationHandle;
DWORD PcloseServiceEnumerationHandle(
[in] HANDLE EnumerationHandle
)
{...}
Parameters
[in] EnumerationHandle
Handle that specifies the enumeration to terminate, obtained from a previous call to CreateServiceEnumerationHandle.
Return value
If the functions succeeds, the return value is NO_ERROR.
If the function fails, the return value is ERROR_CAN_NOT_COMPLETE.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | stm.h |