struct io.win.DeviceMonitorCreateNamedPipeNotifyParams

struct DeviceMonitorCreateNamedPipeNotifyParams: io.win.DeviceMonitorCreateNotifyParams {
    // fields

    typedef unsigned int uint32_t m_pipeType;
    typedef unsigned int uint32_t m_readMode;
    typedef unsigned int uint32_t m_completionMode;
    typedef unsigned int uint32_t m_maxInstanceCount;
    typedef unsigned int uint32_t m_inBoundQuota;
    typedef unsigned int uint32_t m_outBoundQuota;
    typedef unsigned long uint64_t m_defaultTimeout;
};

Inherited Members

public:
    // fields

    typedef unsigned int uint32_t m_options;
    typedef unsigned int uint32_t m_desiredAccess;
    typedef unsigned int uint32_t m_shareAccess;
    typedef unsigned int uint32_t m_fileAttributes;
    typedef unsigned int uint32_t m_fileNameLength;
    typedef unsigned int uint32_t _m_padding;