Skip to main content

GetFileTime

Function GetFileTime 

Source
pub unsafe fn GetFileTime<'a>(
    hfile: impl IntoParam<'a, HANDLE>,
    lpcreationtime: *mut FILETIME,
    lplastaccesstime: *mut FILETIME,
    lplastwritetime: *mut FILETIME,
) -> BOOL