Home Units Hierarchy Routines All identifiers

record ACMFORMATCHOOSEA

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type ACMFORMATCHOOSEA = record

Description

 

Overview

Fields

cbStruct: DWORD;
fdwStyle: DWORD;
hwndOwner: hWND;
pwfx: pWAVEFORMATEX;
cbwfx: DWORD;
pszTitle: LPCSTR;
szFormatTag: array[0..ACMFORMATTAGDETAILS_FORMATTAG_CHARS-1] of aChar;
szFormat: array[0..ACMFORMATDETAILS_FORMAT_CHARS-1] of aChar;
pszName: LPSTR;
cchName: DWORD;
fdwEnum: DWORD;
pwfxEnum: pWAVEFORMATEX;
hInstance: tHandle;
pszTemplateName: LPCSTR;
lCustData: LPARAM;
pfnHook: ACMFORMATCHOOSEHOOKPROCA;

Description

Fields

cbStruct: DWORD;
 
fdwStyle: DWORD;

sizeof(ACMFORMATCHOOSE)

hwndOwner: hWND;

chooser style flags

pwfx: pWAVEFORMATEX;

caller's window handle

cbwfx: DWORD;

ptr to wfx buf to receive choice

pszTitle: LPCSTR;

size of mem buf for pwfx

szFormatTag: array[0..ACMFORMATTAGDETAILS_FORMATTAG_CHARS-1] of aChar;

dialog box title bar

szFormat: array[0..ACMFORMATDETAILS_FORMAT_CHARS-1] of aChar;
 
pszName: LPSTR;
 
cchName: DWORD;

custom name selection

fdwEnum: DWORD;

size in chars of mem buf for pszName

pwfxEnum: pWAVEFORMATEX;

format enumeration restrictions

hInstance: tHandle;

format describing restrictions

pszTemplateName: LPCSTR;

app instance containing dlg template

lCustData: LPARAM;

custom template name

pfnHook: ACMFORMATCHOOSEHOOKPROCA;

data passed to hook fn.

(c) 2012 Lake of Soft


Generated by PasDoc 0.12.1 on 2012-10-09