PROPID_Q_JOURNAL_QUOTA

Optional. The PROPID_Q_JOURNAL_QUOTA property specifies the maximum size (in kilobytes) of the journal queue.

Type Indicator
VT_UI4
PROPVARIANT Field
ulVal
Property Values
Size (in kilobytes) of the journal queue (the default is INFINITE).

Remarks

To set the size of journal queue, pass PROPID_Q_JOURNAL_QUOTA to MQCreateQueue.

To change the size of a journal queue, pass PROPID_Q_JOURNAL_QUOTA to MQSetQueueProperties.

To find the size of a journal queue, pass PROPID_Q_JOURNAL_QUOTA to MQGetQueueProperties and examine its returned value.

See Also

MQCreateQueue, MQGetQueueProperties, MQSetQueueProperties, PROPID_Q_JOURNAL


© 1997 by Microsoft Corporation. All rights reserved.