This structure contains fields common to all SMH data structures.
typedef struct _SMH_COMMON {
ULONG ulFunction; /* SMH command function. */
HID hid; /* Handler ID. */
} SMH_COMMON;
typedef SMH _ COMMON FAR * PSMH _ COMMON ;