Home
last modified time | relevance | path

Searched refs:CloseHandle (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dhandle.rs16 use crate::sys::winapi::{CloseHandle, HANDLE};
41 unsafe { CloseHandle(self.0) }; in drop()
H A Dwinapi.rs104 pub fn CloseHandle(hObject: HANDLE) -> BOOL; in CloseHandle() functions

Completed in 2 milliseconds