IVsTrackProjectRetargeting2.UnregisterSetupDriver(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unregisters the setup driver.
public:
int UnregisterSetupDriver(Guid driverId);
public int UnregisterSetupDriver (Guid driverId);
abstract member UnregisterSetupDriver : Guid -> int
Public Function UnregisterSetupDriver (driverId As Guid) As Integer
Parameters
- driverId
- Guid
The driver ID.
Returns
The HRESULT.