Flags used within WiaCapability structure. For more information please refer to VARENUM in Microsoft Windows SDK Documentation.
Members
Value | Member | Description |
---|---|---|
0x00000000 | Empty | VTEMPTY |
0x00000001 | Null | VTNULL |
0x00000002 | I2 | (0x00000012)VTI2 |
0x00000003 | I4 | (0x00000013)VTI4 |
0x00000004 | R4 | VTR4 |
0x00000005 | R8 | VTR8 |
0x00000006 | Cy | VTCY |
0x00000007 | Date | VTDATE |
0x00000008 | Bstr | VTBSTR |
0x00000009 | Dispatch | VTDISPATCH |
0x0000000A | Error | VTERROR |
0x0000000B | Bool | VTBOOL |
0x0000000C | Variant | VTVARIANT |
0x0000000D | Unknown | VTUNKNOWN |
0x0000000E | Decimal | VTDECIMAL |
0x00000010 | I1 | (0x00000011)VTI1 |
0x00000011 | UI1 | VTUI1 |
0x00000012 | UI2 | VTUI2 |
0x00000013 | UI4 | VTUI4 |
0x00000014 | I8 | (0x00000015)VTI8 |
0x00000015 | UI8 | VTUI8 |
0x00000016 | Int | (0x00000017)VTINT |
0x00000017 | UInt | VTUINT |
0x00000018 | Void | VTVOID |
0x00000019 | HResult | VTHRESULT |
0x0000001A | Ptr | (0x00000025)(0x00000026)VTPTR |
0x0000001B | SafeArray | VTSAFEARRAY |
0x0000001B | Array | (0x0000001C)(0x00002000)VTARRAY |
0x0000001C | CArray | VTCARRAY |
0x0000001D | UserDefined | VTUSERDEFINED |
0x0000001E | Lpstr | VTLPSTR |
0x0000001F | Lpwstr | VTLPWSTR |
0x00000024 | Record | VTRECORD |
0x00000025 | IntPtr | (0x00000026)VTINTPTR |
0x00000026 | UIntPtr | VTUINTPTR |
0x00000040 | FileTime | VTFILETIME |
0x00000041 | Blob | (0x00000FFF)VTBLOB |
0x00000042 | Stream | (0x00000049)VTSTREAM |
0x00000043 | Storage | VTSTORAGE |
0x00000044 | StreamedObject | VTSTREAMED_OBJECT |
0x00000045 | StoredObject | VTSTORED_OBJECT |
0x00000046 | BlobObject | VTBLOB_OBJECT |
0x00000047 | CF | VTCF |
0x00000048 | Clsid | VTCLSID |
0x00000049 | VersionedStream | VTVERSIONED_STREAM |
0x00000FFF | IllegalMasked | VTILLEGALMASKED |
0x00000FFF | TypeMask | VTTYPEMASK |
0x00000FFF | BstrBlob | VTBSTR_BLOB |
0x00001000 | Vector | VTVECTOR |
0x00004000 | ByRef | VTBYREF |
0x00008000 | Reserved | VTRESERVED |
0x0000FFFF | Illegal | VTILLEGAL |
For an example, refer to WiaSession.EnumCapabilities
Products |
Support |
Feedback: WiaVariableTypes Enumeration - Leadtools.Wia |
Introduction |
Help Version 19.0.2017.3.21
|