Skip to content

Latest commit

 

History

History
77 lines (59 loc) · 2.4 KB

nf-wdtf-iwdtftarget2-getvaluenumber.md

File metadata and controls

77 lines (59 loc) · 2.4 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:wdtf.IWDTFTarget2.GetValueNumber
IWDTFTarget2::GetValueNumber (wdtf.h)
Returns a number value from the target that is associated with a specified attribute.
dtf\iwdtftarget2_getvaluenumber.htm
dtf
04/04/2018
IWDTFTarget2::GetValueNumber
GetValueNumber, GetValueNumber method [Windows Device Testing Framework], GetValueNumber method [Windows Device Testing Framework],IWDTFTarget2 interface, IWDTFTarget2 interface [Windows Device Testing Framework],GetValueNumber method, IWDTFTarget2.GetValueNumber, IWDTFTarget2::GetValueNumber, Microsoft.WDTF.IWDTFTarget2.GetValueNumber, Microsoft::WDTF::IWDTFTarget2::GetValueNumber, dtf.iwdtftarget2_getvaluenumber, wdtf/IWDTFTarget2::GetValueNumber
wdtf.h
Desktop
Windows XP Professional
Windows Server 2008
WDTF.idl
Microsoft.WDTF
WDTF.Interop.metadata_dll
Windows
IWDTFTarget2::GetValueNumber
wdtf/IWDTFTarget2::GetValueNumber
APIRef
kbSyntax
COM
WDTF.Interop.metadata_dll.dll
IWDTFTarget2::GetValueNumber

IWDTFTarget2::GetValueNumber

-description

Returns a number value from the target that is associated with a specified attribute.

-parameters

-param SDEL [in]

An SDEL statement that specifies the attribute value to retrieve.

-param pValue [out, retval]

The address of a variable that receives the result of this method.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

You specify the field that the GetValueNumber 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 GetValueNumber to work properly.

-see-also

IWDTFTarget2