CM_Reenumerate_DevNode_Ex

[DllImport("setupapi.dll", SetLastError = true)]
public static extern int CM_Reenumerate_DevNode_Ex(
   uint dnDevInst,
   uint ulFlags
);

Microsoft documentation: Linkarrow-up-right

Last updated