pub type MCI_OVLY_OPEN_PARMSW = tagMCI_OVLY_OPEN_PARMSW;
Aliased Type§
struct MCI_OVLY_OPEN_PARMSW {
pub dwCallback: u64,
pub wDeviceID: u32,
pub lpstrDeviceType: *const u16,
pub lpstrElementName: *const u16,
pub lpstrAlias: *const u16,
pub dwStyle: u32,
pub hWndParent: *mut HWND__,
}
Fields§
§dwCallback: u64
§wDeviceID: u32
§lpstrDeviceType: *const u16
§lpstrElementName: *const u16
§lpstrAlias: *const u16
§dwStyle: u32
§hWndParent: *mut HWND__