This topic has not yet been rated - Rate this topic

WIA_FORMAT_INFO structure

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

Minimum supported client

Windows 2000 Professional, Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Wia.h

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.