Used to specify the LogonSessionOptions for a job.
enum LogonPreferenceEnum { Interactive1 = 0x00001, Interactive2 = 0x00010, Interactive3 = 0x00100, Interactive4 = 0x01000, Interactive5 = 0x10000, Console1 = 0x00002, Console2 = 0x00020, Console3 = 0x00200, Console4 = 0x02000, Console5 = 0x20000, Hidden1 = 0x00003, Hidden2 = 0x00030, Hidden3 = 0x00300, Hidden4 = 0x03000, Hidden5 = 0x30000, Specified1 = 0x00004, Specified2 = 0x00040, Specified3 = 0x00400, Specified4 = 0x04000, Specified5 = 0x40000 };
public enum LogonPreferenceEnum { Interactive1 = 0x00001, Interactive2 = 0x00010, Interactive3 = 0x00100, Interactive4 = 0x01000, Interactive5 = 0x10000, Console1 = 0x00002, Console2 = 0x00020, Console3 = 0x00200, Console4 = 0x02000, Console5 = 0x20000, Hidden1 = 0x00003, Hidden2 = 0x00030, Hidden3 = 0x00300, Hidden4 = 0x03000, Hidden5 = 0x30000, Specified1 = 0x00004, Specified2 = 0x00040, Specified3 = 0x00400, Specified4 = 0x04000, Specified5 = 0x40000 }
Public Enum LogonPreferenceEnum Interactive1 = &H00001 Interactive2 = &H00010 Interactive3 = &H00100 Interactive4 = &H01000 Interactive5 = &H10000 Console1 = &H00002 Console2 = &H00020 Console3 = &H00200 Console4 = &H02000 Console5 = &H20000 Hidden1 = &H00003 Hidden2 = &H00030 Hidden3 = &H00300 Hidden4 = &H03000 Hidden5 = &H30000 Specified1 = &H00004 Specified2 = &H00040 Specified3 = &H00400 Specified4 = &H04000 Specified5 = &H40000 End Enum
Members |
Description |
Interactive1 = 0x00001 |
Interactive is the first preference |
Interactive2 = 0x00010 |
Interactive is the second preference |
Interactive3 = 0x00100 |
Interactive is the third preference |
Interactive4 = 0x01000 |
Interactive is the fourth preference |
Interactive5 = 0x10000 |
Interactive is the fifth preference |
Console1 = 0x00002 |
Console is the first preference |
Console2 = 0x00020 |
Console is the second preference |
Console3 = 0x00200 |
Console is the third preference |
Console4 = 0x02000 |
Console is the fourth preference |
Console5 = 0x20000 |
Console is the fifth preference |
Hidden1 = 0x00003 |
Hidden is the first preference |
Hidden2 = 0x00030 |
Hidden is the second preference |
Hidden3 = 0x00300 |
Hidden is the third preference |
Hidden4 = 0x03000 |
Hidden is the fourth preference |
Hidden5 = 0x30000 |
Hidden is the fifth preference |
Specified1 = 0x00004 |
Specified is the first preference |
Specified2 = 0x00040 |
Specified is the second preference |
Specified3 = 0x00400 |
Specified is the third preference |
Specified4 = 0x04000 |
Specified is the fourth preference |
Specified5 = 0x40000 |
Specified is the fifth preference |
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|