FILETIME

Type Alias FILETIME 

Source
pub type FILETIME = _FILETIME;

Aliased Type§

#[repr(C)]
pub struct FILETIME { pub dwLowDateTime: u32, pub dwHighDateTime: u32, }

Fields§

§dwLowDateTime: u32§dwHighDateTime: u32