Argument | Type | Description |
cbAuthSvc | DWORD | Specify the number of authentication services in the list asAuthSvc. |
asAuthSvc | SOLE_AUTHENTICATION _SERVICE* | An array of authentication services to register. The authentication services are enumerated in rpcdce.h. COM copies the list. If the principal name is NULL, COM will assume the current user ID. A NULL principal name will work for NTLMSSP and Kerberos. It may or may not work for other authentication services. |
Returns | S_OK | Success. |
E_INVALIDARG | One or more arguments are invalid. |