WMDEVICECONTROLLib, COM interface constants for VB.Net / VBScript

WMDEVICECONTROLLib - interface constants

     This page contains simple VBA include for the WMDEVICECONTROLLib COM library.

library parameters

File NameWINDOWS\$NtUninstallKB2447961_WM9L$\wmdevctl.dll
Guid{22F0E5C5-5008-4E2E-BC60-2027F5C236CE}
Enums2

WMENC_DEVICE_MODE

enum, 11 members.
Public Enum WMENC_DEVICE_MODE
  WMENC_DEVICE_PLAY = 1  '&H1
  WMENC_DEVICE_PAUSE = 2  '&H2
  WMENC_DEVICE_STOP = 3  '&H3
  WMENC_DEVICE_FF = 4  '&H4
  WMENC_DEVICE_REW = 5  '&H5
  WMENC_DEVICE_STEP_FWD = 6  '&H6
  WMENC_DEVICE_STEP_REW = 7  '&H7
  WMENC_DEVICE_CUE = 8  '&H8
  WMENC_DEVICE_EJECT = 9  '&H9
  WMENC_DEVICE_VAR_FORWARD = 10  '&HA
  WMENC_DEVICE_VAR_REVERSE = 11  '&HB
End Enum

WMENC_DEVICECONTROL_STATE

enum, 12 members.
  'Enumeration type that indicates the operating state of the encoder engine.
Public Enum WMENC_DEVICECONTROL_STATE

  'Device control is playing
  WMENC_DEVICECONTROL_PLAYING = 1  '&H1

  'Device control is paused
  WMENC_DEVICECONTROL_PAUSED = 2  '&H2

  'Device control is stopped
  WMENC_DEVICECONTROL_STOPPED = 3  '&H3

  'Device control is fast forwarding
  WMENC_DEVICECONTROL_FASTFORWARDING = 4  '&H4

  'Device control is rewinding
  WMENC_DEVICECONTROL_REWINDING = 5  '&H5

  'Device control is cueing
  WMENC_DEVICECONTROL_CUEING = 6  '&H6

  'Device control is pre-rolling
  WMENC_DEVICECONTROL_PREROLLING = 7  '&H7

  'Device control is in unstable state
  WMENC_DEVICECONTROL_UNSTABLE = 9  '&H9

  'Device control ejected tape
  WMENC_DEVICECONTROL_EJECT = 10  '&HA

  'Device control is playing back at variable speed
  WMENC_DEVICECONTROL_VAR_FORWARD = 11  '&HB

  'Device control is playing back in reverse at variable speed
  WMENC_DEVICECONTROL_VAR_REVERSE = 12  '&HC

  'Device control reached end of the tape
  WMENC_DEVICECONTROL_ENDOFTAPE = 13  '&HD
End Enum
WUtils.com