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 IWbemPathKeyList::GetInfo method retrieves the status bits for the key.
Syntax
HRESULT GetInfo(
  [in]  ULONG     uRequestedInfo,
  [out] ULONGLONG *puResponse
);
Parameters
[in] uRequestedInfo
Reserved. Must be 0 (zero).
[out] puResponse
Status for the key. The following bits indicate the values available.
WBEMPATH_INFO_IS_COMPOUND
Compound key is used.
WBEMPATH_INFO_HAS_V2_REF_PATHS
One or more of the keys has a CIM_REFERENCE.
WBEMPATH_INFO_HAS_IMPLIED_KEY
Key names are missing somewhere.
WBEMPATH_INFO_CONTAINS_SINGLETON
One or more singletons in the path.
Return value
This method returns an HRESULT indicating the status of the method call.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows Vista | 
| Minimum supported server | Windows Server 2008 | 
| Target Platform | Windows | 
| Header | wmiutils.h | 
| Library | Wbemuuid.lib | 
| DLL | Wmiutils.dll |