15 мая 2023 года "Исходники.РУ" отмечают своё 23-летие!
Поздравляем всех причастных и неравнодушных с этим событием!
И огромное спасибо всем, кто был и остаётся с нами все эти годы!

Главная Форум Журнал Wiki DRKB Discuz!ML Помощь проекту


SOLE_AUTHENTICATION_SERVICE structure

Shekhar Kale -- skale@informix.com
Wednesday, July 31, 1996

Environment: VC++ 4.0/4.1  Win95.

I am trying to use CoRegisterAuthenticationServices function from OLE
library.

Following is the signature / definition of the function.

WINOLEAPI CoRegisterAuthenticationServices( DWORD cbAuthSvc,
                                      SOLE_AUTHENTICATION_SERVICE
*asAuthSvc );

It seems that compiler is not able to find SOLE_AUTHENTICATION_SERVICE 
structure. The error message says
 syntax error : identifier 'SOLE_AUTHENTICATION_SERVICE'

I tried to search using 'Find in files' but couldn't find the definition of
the structure.

Where can I find this ?
Do I need to install something else to get to this ?

thanks ,

- Shekhar Kale




Greg D. Tighe -- gdt@eng.aisinc.com
Tuesday, August 06, 1996

Try including OBJIDL.H

> Environment: VC++ 4.0/4.1  Win95.
> 
> I am trying to use CoRegisterAuthenticationServices function from OLE
> library.
> 
> It seems that compiler is not able to find SOLE_AUTHENTICATION_SERVICE 
> structure. The error message says
>  syntax error : identifier 'SOLE_AUTHENTICATION_SERVICE'
> 
> Where can I find this ?
> Do I need to install something else to get to this ?
> 

	-Greg Tighe
	Applied Intelligent Systems, Inc.
	Ann Arbor, MI
	gdt@aisinc.com




| Вернуться в корень Архива |