Ambil perhatian
Akses ke halaman ini memerlukan kebenaran. Anda boleh cuba log masuk atau menukar direktori.
Akses ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
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