←Select platform

WiaVariableTypes Enumeration

Summary

Flags used within WiaCapability structure. For more information please refer to VARENUM in Microsoft Windows SDK Documentation.

Syntax

C#
VB
C++
[FlagsAttribute()] 
public enum WiaVariableTypes 
  
<FlagsAttribute()> 
Public Enum WiaVariableTypes  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum class WiaVariableTypes : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0x00000000EmptyVT_EMPTY
0x00000001NullVT_NULL
0x00000002I2(0x00000012)VT_I2
0x00000003I4(0x00000013)VT_I4
0x00000004R4VT_R4
0x00000005R8VT_R8
0x00000006CyVT_CY
0x00000007DateVT_DATE
0x00000008BstrVT_BSTR
0x00000009DispatchVT_DISPATCH
0x0000000AErrorVT_ERROR
0x0000000BBoolVT_BOOL
0x0000000CVariantVT_VARIANT
0x0000000DUnknownVT_UNKNOWN
0x0000000EDecimalVT_DECIMAL
0x00000010I1(0x00000011)VT_I1
0x00000011UI1VT_UI1
0x00000012UI2VT_UI2
0x00000013UI4VT_UI4
0x00000014I8(0x00000015)VT_I8
0x00000015UI8VT_UI8
0x00000016Int(0x00000017)VT_INT
0x00000017UIntVT_UINT
0x00000018VoidVT_VOID
0x00000019HResultVT_HRESULT
0x0000001APtr(0x00000025)(0x00000026)VT_PTR
0x0000001BSafeArrayVT_SAFEARRAY
0x0000001CCArrayVT_CARRAY
0x0000001DUserDefinedVT_USERDEFINED
0x0000001ELpstrVT_LPSTR
0x0000001FLpwstrVT_LPWSTR
0x00000024RecordVT_RECORD
0x00000025IntPtr(0x00000026)VT_INT_PTR
0x00000026UIntPtrVT_UINT_PTR
0x00000040FileTimeVT_FILETIME
0x00000041Blob(0x00000FFF)VT_BLOB
0x00000042Stream(0x00000049)VT_STREAM
0x00000043StorageVT_STORAGE
0x00000044StreamedObjectVT_STREAMED_OBJECT
0x00000045StoredObjectVT_STORED_OBJECT
0x00000046BlobObjectVT_BLOB_OBJECT
0x00000047CFVT_CF
0x00000048ClsidVT_CLSID
0x00000049VersionedStreamVT_VERSIONED_STREAM
0x00000FFFIllegalMaskedVT_ILLEGALMASKED
0x00000FFFTypeMaskVT_TYPEMASK
0x00000FFFBstrBlobVT_BSTR_BLOB
0x00001000VectorVT_VECTOR
0x00002000Array(0x0000001C)(0x00002000)VT_ARRAY
0x00004000ByRefVT_BYREF
0x00008000ReservedVT_RESERVED
0x0000FFFFIllegalVT_ILLEGAL
Example

For an example, refer to WiaSession.EnumCapabilities

Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly