pub unsafe fn RemoveLogContainer<'a, Param0, Param1, Param2>(
    hlog: Param0,
    pwszcontainerpath: Param1,
    fforce: Param2,
    preserved: *mut c_void
) -> BOOL where
    Param0: IntoParam<'a, HANDLE>,
    Param1: IntoParam<'a, PCWSTR>,
    Param2: IntoParam<'a, BOOL>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’