HDC MSG Buffer结构体定义;可以知道消息的 buf 地址,以及消息长度。
struct drvHdcMsgBuf { char *pBuf; /* msg 消息 buf 地址 */ int len; /* 消息 buf 的长度 */ };