windows::Win32::Storage::FileSystem

Function CreateDirectoryTransactedW

pub unsafe fn CreateDirectoryTransactedW<P0, P1>(
    lptemplatedirectory: P0,
    lpnewdirectory: P1,
    lpsecurityattributes: Option<*const SECURITY_ATTRIBUTES>,
    htransaction: HANDLE,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,