Skip to main content

WSLPluginAPI_MountFolder

Type Alias WSLPluginAPI_MountFolder 

Source
pub type WSLPluginAPI_MountFolder = Option<unsafe extern "C" fn(Session: WSLSessionId, WindowsPath: PCWSTR, LinuxPath: PCWSTR, ReadOnly: BOOL, Name: PCWSTR) -> HRESULT>;
Expand description

Create plan9 mount between Windows & Linux

Aliased Type§

pub enum WSLPluginAPI_MountFolder {
    None,
    Some(unsafe extern "C" fn(u32, *const u16, *const u16, i32, *const u16) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32, *const u16, *const u16, i32, *const u16) -> i32)

Some value of type T.