This structure contains fields for the SHC_NEGOTIATE_RESULT message.
typedef struct _PARM_NEGOTIATE {
ULONG ulFunction; /* Handler command function. */
HID hid; /* Handler ID. */
HSTREAM hstream; /* Handle of stream instance. */
PSPCB pspcb; /* Pointer to negotiated SPCB. */
ULONG ulErrorStatus; /* Error status. */
} PARM_NEGOTIATE;
typedef PARM _ NEGOTIATE FAR * PPARM _ NEGOTIATE ;