diff options
Diffstat (limited to 'src/ext/Util/ca/utilca.h')
| -rw-r--r-- | src/ext/Util/ca/utilca.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ext/Util/ca/utilca.h b/src/ext/Util/ca/utilca.h new file mode 100644 index 00000000..97c54561 --- /dev/null +++ b/src/ext/Util/ca/utilca.h | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #pragma once | ||
| 2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | ||
| 3 | |||
| 4 | HRESULT GetDomainFromServerName( | ||
| 5 | __deref_out_z LPWSTR* ppwzDomainName, | ||
| 6 | __in_z LPCWSTR wzServerName, | ||
| 7 | __in DWORD dwFlags | ||
| 8 | ); | ||
