Skip to main content

SetFileAttributesTransactedW

Function SetFileAttributesTransactedW 

Source
pub unsafe fn SetFileAttributesTransactedW<'a>(
    lpfilename: impl IntoParam<'a, PWSTR>,
    dwfileattributes: u32,
    htransaction: impl IntoParam<'a, HANDLE>,
) -> BOOL