@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The CM_Get_Device_ID function retrieves the device instance ID for a specified device instance on the local machine. !!!!C# Signature: [DllImport("setupapi.dll", SetLastError=true)] static extern int CM_Get_Device_ID(IntPtr pdnDevInst, IntPtr buffer, uint bufferLen, uint flags); !!!!VB Signature: Declare Function CM_Get_Device_ID Lib "setupapi.dll" (TODO) As TODO !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: CM_Get_Device_IDW@msdn on MSDN
Edit setupapi.CM_Get_D...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.