IEventManager::MaximumQueueLength
Description
The maximum size of the event queue. The Queue will be at least as large as the MaximumQueueLength property after modifying this value.
VB Prototype
Dim value As Long
value = object.MaximumQueueLength
object.MaximumQueueLength = value
C++ Prototype
HRESULT get_MaximumQueueLength(
long* MaximumQueueLength
);
HRESULT put_MaximumQueueLength(
long MaximumQueueLength
);
Return Value
Refer to the table of return codes.
See Also
ComponentVersion, SpecVersion, HardwareInterfaceName, HardwareInterfaceNumber, HardwareInterfaceType, LockState, OptionString, ProgID, ResourceName, SessionType, SoftwareManufacturerID, SoftwareManufacturerName, Timeout, LastStatus, MaximumQueueLength, GetAttribute, SetAttribute, LockRsrc, UnlockRsrc, Init, Close, EnableEvent, DisableEvent, DiscardEvents, WaitOnEvent, InstallHandler, UninstallHandler, IEventManager Overview