This structure contains fields for the SHC_ASSOCIATE message.
typedef struct _PARM_ASSOC {
ULONG ulFunction; /* Handler command function. */
HID hid; /* Handler ID. */
HSTREAM hstream; /* Stream handle instance. */
PACB pacb; /* Pointer to associate control block. */
} PARM_ASSOC;
typedef PARM _ ASSOC FAR * PPARM _ ASSOC ;