nefarius / Nefarius.Utilities.DeviceManagement

Managed wrappers around SetupAPI, Cfgmgr32, NewDev and DrvStore native APIs on Windows.
https://discord.nefarius.at
MIT License
32 stars 10 forks source link

Asking for sample codes #11

Closed mf1027 closed 2 years ago

mf1027 commented 2 years ago

Hi, I dont understand how to update the driver? what should I put in the third parameter? can you give me a sample codes? this is what I did: Devcon.Update("nameofdriver","file.inf",out var whatshouldIputHere);

nefarius commented 2 years ago

Read the XML docs, the methods and its parameters are clearly annotated.