#[repr(C)]
pub struct FDINOTIFICATION {
Show 13 fields pub cb: i32, pub psz1: PSTR, pub psz2: PSTR, pub psz3: PSTR, pub pv: *mut c_void, pub hf: isize, pub date: u16, pub time: u16, pub attribs: u16, pub setID: u16, pub iCabinet: u16, pub iFolder: u16, pub fdie: FDIERROR,
}
Expand description

Required features: "Win32_Storage_Cabinets"

Fields

cb: i32psz1: PSTRpsz2: PSTRpsz3: PSTRpv: *mut c_voidhf: isizedate: u16time: u16attribs: u16setID: u16iCabinet: u16iFolder: u16fdie: FDIERROR

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.