ActivateDevice
This function loads a device driver.
HANDLE ActivateDevice(
LPCWSTR lpszDevKey,
DWORD dwClientInfo
);
ActivateDeviceEx
This function loads a driver and adds its registry values to the Active key in the registry.
HANDLE ActivateDeviceEx(
LPCWSTR lpszDevKey,
LPCVOID lpRegEnts,
DWORD cRegEnts,
LPVOID lpvParam
);
Loading Device Drivers
Developing a Device Driver
This function loads a device driver.
HANDLE ActivateDevice(
LPCWSTR lpszDevKey,
DWORD dwClientInfo
);
ActivateDeviceEx
This function loads a driver and adds its registry values to the Active key in the registry.
HANDLE ActivateDeviceEx(
LPCWSTR lpszDevKey,
LPCVOID lpRegEnts,
DWORD cRegEnts,
LPVOID lpvParam
);
Loading Device Drivers
Developing a Device Driver
留言