Includes&Samples |
AHEADAUTOSTARTLib, COM interface constants for VB.Net / VBScriptAHEADAUTOSTARTLib - interface constants This page contains simple VBA include for the AHEADAUTOSTARTLib COM library.
library parameters
tagAUTORUN_HANDLER_TYPEenum, 8 members.Public Enum tagAUTORUN_HANDLER_TYPE AUTORUN_UNKNOWN = -1 '&HFFFFFFFF AUTORUN_EMPTYCD = 0 '&H0 AUTORUN_AUDIOCD = 1 '&H1 AUTORUN_DVD = 2 '&H2 AUTORUN_IMAGES = 3 '&H3 AUTORUN_MUSICFILES = 4 '&H4 AUTORUN_VIDEOFILES = 5 '&H5 AUTORUN_VIDEOCAMERA = 6 '&H6 End Enum |