Function DsMakeSpnW
pub unsafe fn DsMakeSpnW<P0, P1, P2, P4>(
serviceclass: P0,
servicename: P1,
instancename: P2,
instanceport: u16,
referrer: P4,
pcspnlength: *mut u32,
pszspn: Option<PWSTR>,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P4: Param<PCWSTR>,