Skip to content
Snippets Groups Projects
Commit b613d715 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard
Browse files

include: Add IClientSecurity constants.

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