Skip to main content

CreateDirectoryTransactedW

Function CreateDirectoryTransactedW 

Source
pub unsafe fn CreateDirectoryTransactedW<'a>(
    lptemplatedirectory: impl IntoParam<'a, PWSTR>,
    lpnewdirectory: impl IntoParam<'a, PWSTR>,
    lpsecurityattributes: *mut SECURITY_ATTRIBUTES,
    htransaction: impl IntoParam<'a, HANDLE>,
) -> BOOL