Skip to main content

DefineDosDeviceW

Function DefineDosDeviceW 

Source
pub unsafe fn DefineDosDeviceW<P1, P2>(
    dwflags: DEFINE_DOS_DEVICE_FLAGS,
    lpdevicename: P1,
    lptargetpath: P2,
) -> Result<(), Error>
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,