
| Public Attributes | |
| BSTR | bufferName | 
| LONG | maximumBufferSize | 
| LONG | actualBufferSize | 
| VARIANT | isLocked | 
This structure defines the information about a trace buffer as used by GetBufferList.
Elements of struct TraceBufferInformation
| Type | Element | Description | 
|---|---|---|
| BSTR | bufferName | Name of the buffer. | 
| LONG | maximumBufferSize | Maximum number of messages to be stored in the buffer. | 
| LONG | actualBufferSize | Actual number of messages in the buffer | 
| VARIANT | isLocked | Is this module locked? If true, then all messages to it are ignored. | 
Definition at line 118 of file ITrace.idl.
| BSTR ITrace::TraceBufferInformation::bufferName | 
Name of the buffer.
Definition at line 120 of file ITrace.idl.
| LONG ITrace::TraceBufferInformation::maximumBufferSize | 
Maximum number of messages to be stored in the buffer.
Definition at line 121 of file ITrace.idl.
| LONG ITrace::TraceBufferInformation::actualBufferSize | 
Actual number of messages in the buffer.
Definition at line 122 of file ITrace.idl.
| VARIANT ITrace::TraceBufferInformation::isLocked | 
Is this module locked? If true, then all messages to it are ignored.
Definition at line 123 of file ITrace.idl.