FILETIME

Type Alias FILETIME 

Source
pub type FILETIME = _FILETIME;

Aliased Type§

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

Fields§

§dwLowDateTime: u64§dwHighDateTime: u64