This structure contains fields for the SHC_CREATE message.
typedef struct _PARM_CREATE { ULONG ulFunction; /* Handler command function. */ HID hid; /* Handler ID. */ HSTREAM hstream; /* Handle of stream instance. */ SPCBKEY spcbkey; /* Type of stream to create. */ PSPCB pspcb; /* Pointer from handler. */ HSTREAM hstreamBuf; /* Used for split streams. */ PDCB pdcb; /* Pointer to device control block. */ } PARM_CREATE; typedef PARM _ CREATE FAR * PPARM _ CREATE ;