IWDTFTarget2::GetValueStrings method (wdtf.h)
Returns a collection of string values from the target that are associated with a specified attribute.
HRESULT GetValueStrings(
[in] BSTR SDEL,
[out, retval] IWDTFStrings2 **ppValues
);
[in] SDEL
An SDEL statement that specifies the attribute value to retrieve.
[out, retval] ppValues
The address of a variable that receives the result of this method.
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
You specify the field that the GetValueStrings method retrieves by using a regular SDEL statement. Typically, an SDEL statement can contain comparison operators and value specifiers to perform matches. However, you do not need these items for GetValueStrings to work properly.
Requirement | Value |
---|---|
Minimum supported client | Windows XP Professional |
Minimum supported server | Windows Server 2008 |
Target Platform | Desktop |
Header | wdtf.h |