TLENUMF enumeration
Used to describe a travel log enumeration.
Syntax
typedef enum { TLEF_RELATIVE_INCLUDE_CURRENT = 0x00000001, TLEF_RELATIVE_BACK = 0x00000010, TLEF_RELATIVE_FORE = 0x00000020, TLEF_INCLUDE_UNINVOKEABLE = 0x00000040, TLEF_ABSOLUTE = 0x00000031 } TLENUMF;
Constants
- TLEF_RELATIVE_INCLUDE_CURRENT
-
Enumeration should include the current travel log entry.
- TLEF_RELATIVE_BACK
-
Enumeration should include entries before the current entry.
- TLEF_RELATIVE_FORE
-
Enumeration should include entries after the current entry.
- TLEF_INCLUDE_UNINVOKEABLE
-
Enumeration should include entries which cannot be navigated to.
- TLEF_ABSOLUTE
-
Enumeration should include all invokable entries.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
|
IDL |
|
Show: