DeviceServiceLib, COM interface constants for VB.Net / VBScript
DeviceServiceLib - interface constants
This page contains simple VBA include for the DeviceServiceLib COM library.
library parameters| File Name | Program Files\Common Files\InterVideo\DeviceService\DevSvc.exe |
|---|
| Guid | {9CC6AA08-204B-47A4-8804-55EF06CED309} |
|---|
| Enums | 2 |
|---|
SESSION_PRIORITYalias, 6 members.Public Enum SESSION_PRIORITY
IDLE_SESSION_PRIORITY = -2
BELOW_NORMAL_SESSION_PRIORITY = -1
NORMAL_SESSION_PRIORITY = 0
ABOVE_NORMAL_SESSION_PRIORITY = 1
HIGH_SESSION_PRIORITY = 2
REALTIME_SESSION_PRIORITY = 3
End Enum
__MIDL___MIDL_itf_DeviceService_0000_0000_0007enum, 6 members.Public Enum MIDL___MIDL_itf_DeviceService_0000_0000_0007
IDLE_SESSION_PRIORITY = -2
BELOW_NORMAL_SESSION_PRIORITY = -1
NORMAL_SESSION_PRIORITY = 0
ABOVE_NORMAL_SESSION_PRIORITY = 1
HIGH_SESSION_PRIORITY = 2
REALTIME_SESSION_PRIORITY = 3
End Enum
|