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

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’, ‘Win32_Security’