Name
ADCPROP_ASYNCTHREADPRIORITY_ENUM Enumeration — (Versions 2.0, 2.1, 2.5, 2.6)
Synopsis
The ADCPROP_ASYNCTHREADPRIORITY_ENUM enumeration sets the execution priority of an asynchronous thread receiving data. This enumeration value is used within the Recordset dynamic property, Background Thread Priority.
Table E-1. The ADCPROP_ASYNCTHREADPRIORITY_ENUM Enumeration
|
Enumeration (ADO/WFC) |
Value |
Description |
|---|---|---|
adPriorityAboveNormal (ABOVENORMAL) |
4 |
The priority is set between normal and highest. |
adPriorityBelowNormal (BELOWNORMAL) |
2 |
The priority is set between lowest and normal. |
adPriorityHighest (HIGHEST) |
5 |
The priority is set to the highest possible setting. |
adPriorityLowest (LOWEST) |
1 |
The priority is set to the lowest possible setting. |
adPriorityNormal (NORMAL) |
3 |
The priority is set to the normal setting. |
ADO/WFC
The ADCPROP_ASYNCTHREADPRIORITY_ENUM enumeration is part of the com.ms.wfc.data package, and the constant values are preceded with AdoEnums.AdcPropAsyncThreadPriority.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access