IWbemPath::IsRelative method (wmiutils.h)
The IWbemPath::IsRelative method tests if the path, as already set in the parser, is relative to a particular computer and namespace.
Syntax
BOOL IsRelative(
[in] LPWSTR wszMachine,
[in] LPWSTR wszNamespace
);
Parameters
[in] wszMachine
Name of the computer.
[in] wszNamespace
Namespace being tested.
Return value
This method returns a BOOL indicating whether the path is relative to the specified computer and namespace.
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 |