Function win_sys::FileSystem::CreateDirectoryTransactedW[][src]

pub unsafe fn CreateDirectoryTransactedW<'a, Param0, Param1, Param3>(
    lptemplatedirectory: Param0,
    lpnewdirectory: Param1,
    lpsecurityattributes: *const SECURITY_ATTRIBUTES,
    htransaction: Param3
) -> BOOL where
    Param0: IntoParam<'a, PWSTR>,
    Param1: IntoParam<'a, PWSTR>,
    Param3: IntoParam<'a, HANDLE>, 
Expand description

Required features: Win32_Storage_FileSystem, Win32_Foundation, Win32_Security