| commit | 429e47f29a5650456b2a58e47f578a80394d701c | [log] [tgz] |
|---|---|---|
| author | André Hentschel <nerv@dawncrow.de> | Wed Oct 10 21:08:05 2012 +0200 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu Oct 11 20:23:26 2012 +0200 |
| tree | b1632cf898c4664b69cf193f15eee3d07e61e893 | |
| parent | 9d49bb2b0038e70a223f4392431a757c94295a2b [diff] [blame] |
include: Update EXTENDED_NAME_FORMAT enumeration.
diff --git a/include/secext.h b/include/secext.h index 1f04d3d..42b4b3e 100644 --- a/include/secext.h +++ b/include/secext.h
@@ -34,7 +34,9 @@ NameUserPrincipal = 8, NameCanonicalEx = 9, NameServicePrincipal = 10, - NameDnsDomain = 12 + NameDnsDomain = 12, + NameGivenName = 13, + NameSurname = 14, } EXTENDED_NAME_FORMAT, *PEXTENDED_NAME_FORMAT; BOOLEAN WINAPI GetComputerObjectNameA( EXTENDED_NAME_FORMAT, LPSTR, PULONG );