pub unsafe fn NetShareDel<'a, Param0, Param1>(
    servername: Param0,
    netname: Param1,
    reserved: u32
) -> u32 where
    Param0: IntoParam<'a, PCWSTR>,
    Param1: IntoParam<'a, PCWSTR>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’