Skip to main content

SetFileAttributesTransactedA

Function SetFileAttributesTransactedA 

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