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

Required features: "Win32_Foundation"