Description | Hierarchy | Fields | Methods | Properties |
type ACMDRIVERDETAILSA = record
cbStruct: DWORD; |
fccType: FOURCC; |
fccComp: FOURCC; |
wMid: WORD; |
wPid: WORD; |
vdwACM: DWORD; |
vdwDriver: DWORD; |
fdwSupport: DWORD; |
cFormatTags: DWORD; |
cFilterTags: DWORD; |
hicon: HICON; |
szShortName: array[0..ACMDRIVERDETAILS_SHORTNAME_CHARS - 1] of aChar; |
szLongName: array[0..ACMDRIVERDETAILS_LONGNAME_CHARS - 1] of aChar; |
szCopyright: array[0..ACMDRIVERDETAILS_COPYRIGHT_CHARS - 1] of aChar; |
szLicensing: array[0..ACMDRIVERDETAILS_LICENSING_CHARS - 1] of aChar; |
szFeatures: array[0..ACMDRIVERDETAILS_FEATURES_CHARS - 1] of aChar; |
cbStruct: DWORD; |
fccType: FOURCC; |
number of valid bytes in structure |
fccComp: FOURCC; |
compressor type 'audc' |
wMid: WORD; |
sub-type (not used; reserved) |
wPid: WORD; |
manufacturer id |
vdwACM: DWORD; |
product id |
vdwDriver: DWORD; |
version of the ACM *compiled* for |
fdwSupport: DWORD; |
version of the driver |
cFormatTags: DWORD; |
misc. support flags |
cFilterTags: DWORD; |
total unique format tags supported |
hicon: HICON; |
total unique filter tags supported |
szShortName: array[0..ACMDRIVERDETAILS_SHORTNAME_CHARS - 1] of aChar; |
handle to custom icon |
szLongName: array[0..ACMDRIVERDETAILS_LONGNAME_CHARS - 1] of aChar; |
szCopyright: array[0..ACMDRIVERDETAILS_COPYRIGHT_CHARS - 1] of aChar; |
szLicensing: array[0..ACMDRIVERDETAILS_LICENSING_CHARS - 1] of aChar; |
szFeatures: array[0..ACMDRIVERDETAILS_FEATURES_CHARS - 1] of aChar; |
(c) 2012 Lake of Soft