AALUSER_PARAMETERS structure

Note   NDIS 5. x has been deprecated and is superseded by NDIS 6. x. For new NDIS driver development, see Network Drivers Starting with Windows Vista. For information about porting NDIS 5. x drivers to NDIS 6. x, see Porting NDIS 5.x Drivers to NDIS 6.0.

The AALUSER_PARAMETERS structure specifies user-defined AAL information.

Syntax

typedef struct _AALUSER_PARAMETERS {
  ULONG UserDefined;
} AALUSER_PARAMETERS, *PAALUSER_PARAMETERS;

Members

  • UserDefined
    Specifies user-defined flags.

Remarks

AAL_USER_PARAMETERS is a member in an AAL_PARAMETERS_IE structure.

The UserDefined flags are used and encoded according to user-defined requirements.

Requirements

Header

Atm.h (include Atm.h)

See also

AAL_PARAMETERS_IE

 

 

Send comments about this topic to Microsoft