windows::Win32::Networking::ActiveDirectory

Function SecurityDescriptorToBinarySD

pub unsafe fn SecurityDescriptorToBinarySD<P3, P4, P5>(
    vvarsecdes: &VARIANT,
    ppsecuritydescriptor: *mut PSECURITY_DESCRIPTOR,
    pdwsdlength: *mut u32,
    pszservername: P3,
    username: P4,
    password: P5,
    dwflags: u32,
) -> Result<()>
where P3: Param<PCWSTR>, P4: Param<PCWSTR>, P5: Param<PCWSTR>,