[DllImport("setupapi.dll", SetLastError = true)] public static extern int CM_Reenumerate_DevNode_Ex( uint dnDevInst, uint ulFlags );
Microsoft documentation: Link
Last updated 1 year ago