Skip to content

Latest commit

 

History

History
97 lines (63 loc) · 2.61 KB

nf-wiamdef-wiasreadproplong.md

File metadata and controls

97 lines (63 loc) · 2.61 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:wiamdef.wiasReadPropLong
wiasReadPropLong function (wiamdef.h)
The wiasReadPropLong function retrieves a long integer property value from a WIA item.
image\wiasreadproplong.htm
image
05/03/2018
wiasReadPropLong function
image.wiasreadproplong, wiamdef/wiasReadPropLong, wiasFncs_a60071a3-6ae9-431d-8d8b-a964547e9770.xml, wiasReadPropLong, wiasReadPropLong function [Imaging Devices]
wiamdef.h
Wiamdef.h
Desktop
Available in Microsoft Windows Me and in Windows XP and later versions of the Windows operating systems.
Wiaservc.lib
Wiaservc.dll
Windows
wiasReadPropLong
wiamdef/wiasReadPropLong
APIRef
kbSyntax
DllExport
Wiaservc.dll
wiasReadPropLong

wiasReadPropLong function

-description

The wiasReadPropLong function retrieves a long integer property value from a WIA item.

-parameters

-param pWiasContext [in]

Pointer to a WIA item context.

-param propid

Specifies the property identifier.

-param plVal [out]

Pointer to a memory location that receives the value of the property.

-param plValOld [out, optional]

Pointer to a memory location that receives the property's previous value. If this information is not needed, set this parameter to NULL.

-param bMustExist

Indicates whether the property must exist. If set to TRUE, the property must exist, if set to FALSE, the property does not have to exist.

-returns

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

wiasReadPropBin

wiasReadPropFloat

wiasReadPropGuid

wiasReadPropStr

wiasWritePropLong