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 NameProgram Files\Common Files\InterVideo\DeviceService\DevSvc.exe
Guid{9CC6AA08-204B-47A4-8804-55EF06CED309}
Enums2

SESSION_PRIORITY

alias, 6 members.
Public Enum SESSION_PRIORITY
  IDLE_SESSION_PRIORITY = -2  '&HFFFFFFFE
  BELOW_NORMAL_SESSION_PRIORITY = -1  '&HFFFFFFFF
  NORMAL_SESSION_PRIORITY = 0  '&H0
  ABOVE_NORMAL_SESSION_PRIORITY = 1  '&H1
  HIGH_SESSION_PRIORITY = 2  '&H2
  REALTIME_SESSION_PRIORITY = 3  '&H3
End Enum

__MIDL___MIDL_itf_DeviceService_0000_0000_0007

enum, 6 members.
Public Enum MIDL___MIDL_itf_DeviceService_0000_0000_0007
  IDLE_SESSION_PRIORITY = -2  '&HFFFFFFFE
  BELOW_NORMAL_SESSION_PRIORITY = -1  '&HFFFFFFFF
  NORMAL_SESSION_PRIORITY = 0  '&H0
  ABOVE_NORMAL_SESSION_PRIORITY = 1  '&H1
  HIGH_SESSION_PRIORITY = 2  '&H2
  REALTIME_SESSION_PRIORITY = 3  '&H3
End Enum
WUtils.com