Function windows::Win32::System::StationsAndDesktops::CreateDesktopW
pub unsafe fn CreateDesktopW<P0, P1>(
lpszdesktop: P0,
lpszdevice: P1,
pdevmode: Option<*const DEVMODEW>,
dwflags: DESKTOP_CONTROL_FLAGS,
dwdesiredaccess: u32,
lpsa: Option<*const SECURITY_ATTRIBUTES>,
) -> Result<HDESK>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,