Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "CM_Reenumerate_DevNode_Ex" in [All]

setupapi

.
Summary
The CM_Reenumerate_DevNode_Ex function enumerates the devices identified by a specified device node and all of its children.
.

static extern UInt32 CM_Reenumerate_DevNode_Ex(UInt32 dnDevInst, UInt32 ulFlags, IntPtr hMachine);

.

Declare Function CM_Reenumerate_DevNode_Ex Lib "setupapi.dll" (dnDevInst As UInt32, ulFlags As UInt32, hMachine As IntPtr) As UInt32

.

     if(CM_Reenumerate_DevNode_Ex(devRoot, 0, IntPtr.Zero) != CR_SUCCESS) return false;

.
Documentation
[CM_Reenumerate_DevNode_Ex] on MSDN

 
Access PInvoke.net directly from VS: