Home Units Hierarchy Routines All identifiers

record ACMFILTERCHOOSEW

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type ACMFILTERCHOOSEW = record

Description

 

Overview

Fields

cbStruct: DWORD;
fdwStyle: DWORD;
hwndOwner: hWND;
pwfltr: pWAVEFILTER;
cbwfltr: DWORD;
pszTitle: LPCWSTR;
szFilterTag: array[0..ACMFILTERTAGDETAILS_FILTERTAG_CHARS - 1] of wChar;
szFilter: array[0..ACMFILTERDETAILS_FILTER_CHARS - 1] of wChar;
pszName: LPWSTR;
cchName: DWORD;
fdwEnum: DWORD;
pwfltrEnum: pWAVEFILTER;
hInstance: tHandle;
pszTemplateName: LPCWSTR;
lCustData: LPARAM;
pfnHook: ACMFILTERCHOOSEHOOKPROCW;

Description

Fields

cbStruct: DWORD;
 
fdwStyle: DWORD;

sizeof(ACMFILTERCHOOSE)

hwndOwner: hWND;

chooser style flags

pwfltr: pWAVEFILTER;

caller's window handle

cbwfltr: DWORD;

ptr to wfltr buf to receive choice

pszTitle: LPCWSTR;

size of mem buf for pwfltr

szFilterTag: array[0..ACMFILTERTAGDETAILS_FILTERTAG_CHARS - 1] of wChar;
 
szFilter: array[0..ACMFILTERDETAILS_FILTER_CHARS - 1] of wChar;
 
pszName: LPWSTR;
 
cchName: DWORD;

custom name selection

fdwEnum: DWORD;

size in chars of mem buf for pszName

pwfltrEnum: pWAVEFILTER;

filter enumeration restrictions

hInstance: tHandle;

filter describing restrictions

pszTemplateName: LPCWSTR;

app instance containing dlg template

lCustData: LPARAM;

custom template name

pfnHook: ACMFILTERCHOOSEHOOKPROCW;

data passed to hook fn.

(c) 2012 Lake of Soft


Generated by PasDoc 0.12.1 on 2012-10-09