Home Units Hierarchy Routines All identifiers

record ACMDRIVERDETAILSW

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type ACMDRIVERDETAILSW = record

Description

 

Overview

Fields

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 wChar;
szLongName: array[0..ACMDRIVERDETAILS_LONGNAME_CHARS - 1] of wChar;
szCopyright: array[0..ACMDRIVERDETAILS_COPYRIGHT_CHARS - 1] of wChar;
szLicensing: array[0..ACMDRIVERDETAILS_LICENSING_CHARS - 1] of wChar;
szFeatures: array[0..ACMDRIVERDETAILS_FEATURES_CHARS - 1] of wChar;

Description

Fields

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 wChar;

handle to custom icon

szLongName: array[0..ACMDRIVERDETAILS_LONGNAME_CHARS - 1] of wChar;
 
szCopyright: array[0..ACMDRIVERDETAILS_COPYRIGHT_CHARS - 1] of wChar;
 
szLicensing: array[0..ACMDRIVERDETAILS_LICENSING_CHARS - 1] of wChar;
 
szFeatures: array[0..ACMDRIVERDETAILS_FEATURES_CHARS - 1] of wChar;
 

(c) 2012 Lake of Soft


Generated by PasDoc 0.12.1 on 2012-10-09