|
| HRESULT | Get ([in, string] LPCWSTR wszName, [in] long lFlags, [out] VARIANT *pVal, [out] long *plFlavor) |
| |
| HRESULT | Put ([in, string] LPCWSTR wszName, [in] VARIANT *pVal, [in] long lFlavor) |
| |
| HRESULT | Delete ([in, string] LPCWSTR wszName) |
| |
| HRESULT | GetNames ([in] long lFlags, [out] SAFEARRAY **pNames) |
| |
| HRESULT | BeginEnumeration ([in] long lFlags) |
| |
| HRESULT | Next ([in] long lFlags, [out] BSTR *pstrName, [out] VARIANT *pVal, [out] long *plFlavor) |
| |
| HRESULT | EndEnumeration () |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 632 of file wbemcli.idl.
◆ BeginEnumeration()
| HRESULT IWbemQualifierSet::BeginEnumeration |
( |
[in] long |
lFlags | ) |
|
◆ Delete()
◆ EndEnumeration()
| HRESULT IWbemQualifierSet::EndEnumeration |
( |
| ) |
|
◆ Get()
◆ GetNames()
◆ Next()
◆ Put()
The documentation for this interface was generated from the following file: