#[repr(C, packed(1))]
pub struct ACMFILTERCHOOSEW {
Show 16 fields pub cbStruct: u32, pub fdwStyle: u32, pub hwndOwner: HWND, pub pwfltr: *mut WAVEFILTER, pub cbwfltr: u32, pub pszTitle: PCWSTR, pub szFilterTag: [u16; 48], pub szFilter: [u16; 128], pub pszName: PWSTR, pub cchName: u32, pub fdwEnum: u32, pub pwfltrEnum: *mut WAVEFILTER, pub hInstance: HINSTANCE, pub pszTemplateName: PCWSTR, pub lCustData: LPARAM, pub pfnHook: ACMFILTERCHOOSEHOOKPROCW,
}
Expand description

Required features: "Win32_Media_Audio", "Win32_Foundation"

Fields

cbStruct: u32fdwStyle: u32hwndOwner: HWNDpwfltr: *mut WAVEFILTERcbwfltr: u32pszTitle: PCWSTRszFilterTag: [u16; 48]szFilter: [u16; 128]pszName: PWSTRcchName: u32fdwEnum: u32pwfltrEnum: *mut WAVEFILTERhInstance: HINSTANCEpszTemplateName: PCWSTRlCustData: LPARAMpfnHook: ACMFILTERCHOOSEHOOKPROCW

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.