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
Support Forum
Download Visual Studio Add-In

Terms of Use
Privacy Policy

Search Results for "CM_Get_Sibling" in [All]

setupapi

.
Summary
The CM_Get_Sibling function obtains a device instance handle to the next sibling node of a specified device node, in the local machine's device tree.
.

static extern int CM_Get_Sibling(ref int pdnDevInst, int DevInst, int ulFlags);

.
Documentation
CM_Get_Sibling @msdn on MSDN
.
Summary
The CM_Get_Sibling function obtains a device instance handle to the next sibling node of a specified device node (devnode) in the local machine's device tree. If the operation succeeds, the function returns CR_SUCCESS. Otherwise, it returns one of the CR_-prefixed error codes defined in Cfgmgr32.h
.

static extern int CM_Get_Sibling(out UInt32 pdnDevInst, UInt32 dnDevInst, int ulFlags);

.

Declare Function CM_Get_Sibling Lib "setupapi.dll" (TODO) As TODO

.
Documentation
[CM_Get_Sibling] on MSDN

 
Access PInvoke.net directly from VS: