Type Alias MCI_OVLY_OPEN_PARMS

Source
pub type MCI_OVLY_OPEN_PARMS = MCI_OVLY_OPEN_PARMSA;

Aliased Type§

struct MCI_OVLY_OPEN_PARMS {
    pub dwCallback: u64,
    pub wDeviceID: u32,
    pub lpstrDeviceType: *const i8,
    pub lpstrElementName: *const i8,
    pub lpstrAlias: *const i8,
    pub dwStyle: u32,
    pub hWndParent: *mut HWND__,
}

Fields§

§dwCallback: u64§wDeviceID: u32§lpstrDeviceType: *const i8§lpstrElementName: *const i8§lpstrAlias: *const i8§dwStyle: u32§hWndParent: *mut HWND__