The following structure is used to encode the provider specific parameters in the flow specification:
typedef struct _osispecflowparam
{
u_short paramID; // Parameter ID.
u_short paramLength; // Length of following data.
u_char param; // Parameter data.
} OSISPECFLOWPARAM;