Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The wiasGetItemType function indicates the item type.
Syntax
HRESULT wiasGetItemType(
[in] BYTE *pWiasContext,
LONG *plType
);
Parameters
[in] pWiasContext
Pointer to a WIA item context.
plType
Pointer to a memory ___location that receives a value indicating the type of the item.
For more information, see WIA Item Type Flags.
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 codes.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | wiamdef.h (include Wiamdef.h) |
Library | Wiaservc.lib |
DLL | Wiaservc.dll |