This structure contains fields common to all SHC data structures.
typedef struct _SHC_COMMON { ULONG ulFunction; /* SMH command function. */ HID hid; /* Handler ID. */ } SHC_COMMON; typedef SHC _ COMMON * PSHC _ COMMON ;