Type Alias OFNOTIFY

Source
pub type OFNOTIFY = OFNOTIFYA;

Aliased Type§

struct OFNOTIFY {
    pub hdr: tagNMHDR,
    pub lpOFN: *mut tagOFNA,
    pub pszFile: *mut i8,
}

Fields§

§hdr: tagNMHDR§lpOFN: *mut tagOFNA§pszFile: *mut i8