Commit b613d715 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

include: Add IClientSecurity constants.

parent 377b73d0
...@@ -1950,6 +1950,9 @@ interface IClientSecurity : IUnknown ...@@ -1950,6 +1950,9 @@ interface IClientSecurity : IUnknown
void *pAuthInfo; void *pAuthInfo;
} SOLE_AUTHENTICATION_INFO; } SOLE_AUTHENTICATION_INFO;
const OLECHAR *COLE_DEFAULT_PRINCIPAL = /*(OLECHAR*)*/ -1;
const void *COLE_DEFAULT_AUTHINFO = /*(void*)*/ -1;
typedef struct tagSOLE_AUTHENTICATION_LIST { typedef struct tagSOLE_AUTHENTICATION_LIST {
DWORD cAuthInfo; DWORD cAuthInfo;
SOLE_AUTHENTICATION_INFO *aAuthInfo; SOLE_AUTHENTICATION_INFO *aAuthInfo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment