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, PCWSTR, PCWSTR, BOOL, PCWSTR) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32, PCWSTR, PCWSTR, BOOL, PCWSTR) -> HRESULT)

Some value of type T.