pub unsafe extern "system" fn WTSQueryUserConfigW(
    pservername: PWSTR,
    pusername: PWSTR,
    wtsconfigclass: WTS_CONFIG_CLASS,
    ppbuffer: *mut PWSTR,
    pbytesreturned: *mut u32
) -> BOOL
Expand description

Required features: ‘Win32_System_RemoteDesktop’, ‘Win32_Foundation’