RasAuthenticateClient

[This is preliminary documentation and subject to change.]

The RasAuthenticateClient function authenticates the specified RAS client.

DWORD RasAuthenticateClient(
  HPORT                hPort,
  RAS_AUTH_ATTRIBUTE * pInAttributes
);
 

Parameters

hPort
Handle to the port on which the client is dialing in.
pInAttributes
Pointer to an array of RAS_AUTH_ATTRIBUTE structures that hold the information required to authenticate the client. The array is terminated by a structure with an raaType member that has a value of raatMinimum.

Return Values

If the function succeeds, the return value is NO_ERROR.

If the function fails, the return value should be an appropriate error code from winerror.h, raserror.h, or mprerror.h.

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in raseapif.h.
  Import Library: User-defined.

See Also

RAS_AUTH_ATTRIBUTE, RAS_AUTH_ATTRIBUTE_TYPE