Function windows::Win32::Storage::DistributedFileSystem::NetDfsGetSecurity
pub unsafe fn NetDfsGetSecurity<P0>(
dfsentrypath: P0,
securityinformation: u32,
ppsecuritydescriptor: *mut PSECURITY_DESCRIPTOR,
lpcbsecuritydescriptor: *mut u32,
) -> u32where
P0: Param<PCWSTR>,