This function was removed in version 1.11.

Name

Vix_PumpEvents

Description

void
Vix_PumpEvents(VixHandle hostHandle,
               VixPumpEventsOptions options);

This function is deprecated. Vix_PumpEvents is used in single threaded applications that require the Vix library to be single threaded. Tasks that would normally be executed in a separate thread by the Vix library will be executed when Vix_PumpEvents() is called.

Parameters

hostHandle
The handle to the local host object.
options
Must be 0.

Return Value

None.

Remarks

Side Effects

None.

Requirements

vix.h, since VMware Server 1.0.
Copyright (C) 2007-2017 VMware, Inc. All rights reserved.