Modes for 'KCML_PerfMetric_OpenFile()
| Enumeration Value | Value | Description |
|---|---|---|
| _KCML_MQF_QUEUE | 1 | Continue sending messages to the RabbitMQ server |
| _KCML_MQF_FILE | 2 | Write message to a file |
| _KCML_MQF_LOCK | 4 | Lock the file while writing |
| _KCML_MQF_APPEND | 8 | Append to an existing file |
Back to the list of Enumerations and Constants