include: Add IClientSecurity constants.

oldstable
Huw Davies 2009-09-02 15:11:56 +01:00 committed by Alexandre Julliard
parent 377b73d022
commit b613d715a8
1 changed files with 3 additions and 0 deletions

View File

@ -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;