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.
Terminates the enumeration begun with a call to the QualifierSet_BeginEnumeration function.
Note
This API is for internal use only. It's not intended for use from developer code.
Syntax
HRESULT QualifierSet_EndEnumeration (
[in] int vFunc,
[in] IWbemQualifierSet* ptr
);
Parameters
vFunc
[in] This parameter is unused.
ptr
[in] A pointer to an IWbemQualifierSet instance.
Return value
The following value returned by this function is defined in the WbemCli.h header file, or you can define it as a constant in your code:
Constant | Value | Description |
---|---|---|
WBEM_S_NO_ERROR |
0 | The function call was successful. |
Remarks
This function wraps a call to the IWbemQualifierSet::EndEnumeration method.
This call is recommended, but not required. It immediately releases resources associated with the enumeration.
Requirements
Platforms: See System Requirements.
Header: WMINet_Utils.idl
.NET Framework Versions: Available since 4.7.2