Desktop Functions: Smart Device Functions:
|
CM_Get_Sibling (setupapi)
C# Signature:
[DllImport("setupapi.dll", SetLastError=true)] VB Signature:
Declare Function CM_Get_Sibling Lib "setupapi.dll" (TODO) As TODO User-Defined Types:None. Parameters:outputDeviceInstance, Caller-supplied pointer to the device instance handle to the sibling node that this function retrieves. The retrieved handle is bound to the local machine. inputDeviceInstance, Caller-supplied device instance handle that is bound to the local machine flags, Not used, must be zero. Alternative Managed API:Do you know one? Please contribute it! Notes:DEVINST is a DWORD, not a pointer. This matters on 64-bit platforms. None. Tips & Tricks:Please add some! Sample Code:Please add some! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|