WBEM_TIMEOUT_TYPE enumeration (wbemcli.h)

Contains values used to specify the timeout for the IEnumWbemClassObject::Next method.

Syntax

typedef enum tag_WBEM_TIMEOUT_TYPE {
  WBEM_NO_WAIT = 0,
  WBEM_INFINITE = 0xffffffff
} WBEM_TIMEOUT_TYPE;

Constants

 
WBEM_NO_WAIT
Value: 0
WBEM_INFINITE
Value: 0xffffffff

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header wbemcli.h

See also

IEnumWbemClassObject::Next