struct io.DeviceMonitorNotifyHdr

struct DeviceMonitorNotifyHdr {
    // fields

    typedef unsigned int uint32_t m_signature;
    typedef unsigned short uint16_t m_code;
    typedef unsigned short uint16_t m_flags;
    typedef unsigned int uint32_t m_paramSize;
    typedef unsigned int uint32_t m_processId;
    typedef unsigned int uint32_t m_threadId;
    typedef unsigned long uint64_t m_timestamp;
};