DXTMSFTLib, COM interface constants for VB.Net / VBScript

DXTMSFTLib - interface constants

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

library parameters

File NameWINDOWS\system32\dllcache\dxtmsft.dll
Guid{5E77EB03-937C-11D1-B047-00AA003B6061}
Enums6

DXCOMPFUNC

enum, 21 members.
Public Enum DXCOMPFUNC
  DXCOMPFUNC_SWAP_AB = 16  '&H10
  DXCOMPFUNC_FUNCMASK = 15  '&HF
  DXCOMPFUNC_CLEAR = 0  '&H0
  DXCOMPFUNC_MIN = 1  '&H1
  DXCOMPFUNC_MAX = 2  '&H2
  DXCOMPFUNC_A = 3  '&H3
  DXCOMPFUNC_A_OVER_B = 4  '&H4
  DXCOMPFUNC_A_IN_B = 5  '&H5
  DXCOMPFUNC_A_OUT_B = 6  '&H6
  DXCOMPFUNC_A_ATOP_B = 7  '&H7
  DXCOMPFUNC_A_SUBTRACT_B = 8  '&H8
  DXCOMPFUNC_A_ADD_B = 9  '&H9
  DXCOMPFUNC_A_XOR_B = 10  '&HA
  DXCOMPFUNC_B = 19  '&H13
  DXCOMPFUNC_B_OVER_A = 20  '&H14
  DXCOMPFUNC_B_IN_A = 21  '&H15
  DXCOMPFUNC_B_OUT_A = 22  '&H16
  DXCOMPFUNC_B_ATOP_A = 23  '&H17
  DXCOMPFUNC_B_SUBTRACT_A = 24  '&H18
  DXCOMPFUNC_B_ADD_A = 25  '&H19
  DXCOMPFUNC_NUMFUNCS = 26  '&H1A
End Enum

DXLUTCOLOR

enum, 3 members.
Public Enum DXLUTCOLOR
  DXLUTCOLOR_RED = 0  '&H0
  DXLUTCOLOR_GREEN = 1  '&H1
  DXLUTCOLOR_BLUE = 2  '&H2
End Enum

OPIDDXLUTBUILDER

enum, 9 members.
Public Enum OPIDDXLUTBUILDER
  OPID_DXLUTBUILDER_Gamma = 0  '&H0
  OPID_DXLUTBUILDER_Opacity = 1  '&H1
  OPID_DXLUTBUILDER_Brightness = 2  '&H2
  OPID_DXLUTBUILDER_Contrast = 3  '&H3
  OPID_DXLUTBUILDER_ColorBalance = 4  '&H4
  OPID_DXLUTBUILDER_Posterize = 5  '&H5
  OPID_DXLUTBUILDER_Invert = 6  '&H6
  OPID_DXLUTBUILDER_Threshold = 7  '&H7
  OPID_DXLUTBUILDER_NUM_OPS = 8  '&H8
End Enum

DXGRADIENTTYPE

enum, 3 members.
Public Enum DXGRADIENTTYPE
  DXGRADIENT_VERTICAL = 0  '&H0
  DXGRADIENT_HORIZONTAL = 1  '&H1
  DXGRADIENT_NUM_GRADIENTS = 2  '&H2
End Enum

DXWIPEDIRECTION

enum, 2 members.
Public Enum DXWIPEDIRECTION
  DXWD_HORIZONTAL = 0  '&H0
  DXWD_VERTICAL = 1  '&H1
End Enum

DXCONVFILTERTYPE

enum, 8 members.
Public Enum DXCONVFILTERTYPE
  DXCFILTER_SRCCOPY = 0  '&H0
  DXCFILTER_BOX7X7 = 1  '&H1
  DXCFILTER_BLUR3X3 = 2  '&H2
  DXCFILTER_SHARPEN = 3  '&H3
  DXCFILTER_EMBOSS = 4  '&H4
  DXCFILTER_ENGRAVE = 5  '&H5
  DXCFILTER_NUM_FILTERS = 6  '&H6
  DXCFILTER_CUSTOM = 7  '&H7
End Enum
WUtils.com