This data structure contains common fields between all SHD data structures.
typedef struct _shd_common_parm {
ULONG ulFunction; /* Function requested by PDD. */
HSTREAM hStream; /* Stream handle. */
} SHD_COMMON;
typedef SHD _ COMMON * PSHD _ COMMON ;