Unit 'win_msacm' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_acs]

_ACMDRIVERDETAILSW

Declaration

Source position: win_msacm.pas line 436

type _ACMDRIVERDETAILSW = packed 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 WideChar;

  

  szLongName: array [0..ACMDRIVERDETAILS_LONGNAME_CHARS-1] of WideChar;

  

  szCopyright: array [0..ACMDRIVERDETAILS_COPYRIGHT_CHARS-1] of WideChar;

  

  szLicensing: array [0..ACMDRIVERDETAILS_LICENSING_CHARS-1] of WideChar;

  

  szFeatures: array [0..ACMDRIVERDETAILS_FEATURES_CHARS-1] of WideChar;

  

end;



CT Web help

CodeTyphon Studio