IWbemPath::CreateClassPart method (wmiutils.h)
The IWbemPath::CreateClassPart method initializes the class or key portion of the path. This method is used when creating a path from scratch.
Syntax
HRESULT CreateClassPart(
[in] long lFlags,
[in] LPCWSTR Name
);
Parameters
[in] lFlags
Reserved. Must be 0 (zero).
[in] Name
Initial class name.
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 |