SP_MOVEDEV_PARAMS

typedef struct _SP_MOVEDEV_PARAMS {
    SP_CLASSINSTALL_HEADER ClassInstallHeader;
    SP_DEVINFO_DATA SourceDeviceInfoData;
} SP_MOVEDEV_PARAMS, *PSP_MOVEDEV_PARAMS;
 

The SP_MOVEDEV_PARAMS structure corresponds to a DIF_MOVEDEVICE installation request.

Members
ClassInstallHeader
Defines the class installation request for the install parameter structure.
SourceDeviceInfoData
A pointer to an SP_DEVINFO_DATA structure for the device being moved.
See Also

SetupDiCallClassInstaller, SetupDiMoveDuplicateDevice