wiasSetValidListFloat - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wiamdef.h

HRESULT wiasSetValidListFloat(
  [in] BYTE   *pWiasContext,
       PROPID propid,
       ULONG  ulCount,
       FLOAT  fNom,
  [in] FLOAT  *pfValues
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wiamdef-wiassetvalidlistfloat)

wiasSetValidListFloat function

Description

The wiasSetValidListFloat function sets valid values for a WIA_PROP_LIST property of type VT_R4.

Parameters

pWiasContext [in]

Pointer to a WIA item context.

propid

Specifies the identifier of the property to be updated.

ulCount

Specifies the number of items in the plValues array.

fNom

Specifies the property's nominal value.

pfValues [in]

Pointer to the first element of an array of valid property values.

Return value

On success, the function returns S_OK. If the function fails, it returns a standard COM error or one of the WIA_ERROR_XXX errors (described in the Microsoft Windows SDK documentation).

See also

wiasSetValidFlag

wiasSetValidListGuid

wiasSetValidListLong

wiasSetValidListStr

wiasSetValidRangeFloat

wiasSetValidRangeLong