windows::Win32::System::StationsAndDesktops

Function OpenDesktopA

pub unsafe fn OpenDesktopA<P0>(
    lpszdesktop: P0,
    dwflags: DESKTOP_CONTROL_FLAGS,
    finherit: bool,
    dwdesiredaccess: u32,
) -> Result<HDESK>
where P0: Param<PCSTR>,