pub unsafe fn NetShareGetInfo<'a, Param0, Param1>(
    servername: Param0,
    netname: Param1,
    level: u32,
    bufptr: *mut *mut u8
) -> u32 where
    Param0: IntoParam<'a, PCWSTR>,
    Param1: IntoParam<'a, PCWSTR>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’