WIA_FORMAT_INFO structure (wia_xp.h)
The WIA_FORMAT_INFO structure specifies valid format and media type pairs for a device.
Syntax
typedef struct _WIA_FORMAT_INFO {
GUID guidFormatID;
LONG lTymed;
} WIA_FORMAT_INFO, *PWIA_FORMAT_INFO;
Members
guidFormatID
Type: GUID
GUID that identifies the format.
lTymed
Type: LONG
The media type that corresponds to the guidFormatID member.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional, Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | wia_xp.h (include Wia.h) |