Diff

Not logged in

Differences From Artifact [ceb5b518aee9d6cf]:

To Artifact [4ff4b2ce63f9b1ac]:


5 * * 5 * * 6 * Translated from MinGW Windows headers * 6 * Translated from MinGW Windows headers * 7 * * 7 * * 8 * Placed into public domain * 8 * Placed into public domain * 9 \***********************************************************************/ 9 \***********************************************************************/ 10 // Don't include this file directly, use win32.security instead. 10 // Don't include this file directly, use win32.security instead. 11 module win32.secext; 11 module win32.secext; 12 pragma(lib, "secur32.lib"); | 12 pragma(lib, "secur32"); 13 13 14 private import win32.w32api, win32.windef; 14 private import win32.w32api, win32.windef; 15 15 16 static assert (_WIN32_WINNT >= 0x0501, | 16 static assert (_WIN32_WINNT >= 0x501, 17 "SecExt is only available on WindowsXP and later"); 17 "SecExt is only available on WindowsXP and later"); 18 18 19 enum EXTENDED_NAME_FORMAT { 19 enum EXTENDED_NAME_FORMAT { 20 NameUnknown, 20 NameUnknown, 21 NameFullyQualifiedDN, 21 NameFullyQualifiedDN, 22 NameSamCompatible, 22 NameSamCompatible, 23 NameDisplay, // = 3 23 NameDisplay, // = 3