CONFIGMG_Load_DLVxDs

CONFIGRET CONFIGMG_Load_DLVxDs(DEVNODE dnDevNode, PFARCHAR FileNames, LOAD_TYPE LoadType, ULONG ulFlags)
 

Loads dynamically loadable VxDs for a devnode.

dnDevNode
Device node for which a device driver or enumerator should be loaded.
FileNames
Filenames for the dynamically loadable VxD. Note that the .386 extension is required. If no path is specified, the function searches for the files the same way OpenFile does. The files can be space or comma delimited.
LoadType
Type of the VxD being loaded. This parameter can be one of the following values.
DLVXD_LOAD_DEVLOADER Load as a device loader. (This type is rarely used.)
DLVXD_LOAD_DRIVER Load as a device driver.
DLVXD_LOAD_ENUMERATOR Load as an enumerator.

ulFlags
Must be zero.