@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Signature: [DllImport("cfgmgr32.dll", SetLastError=true)] static extern TODO CM_Enumerate_Classes(TODO); !!!!VB Signature: <DllImport("cfgmgr32.dll", _ EntryPoint:="CM_Enumerate_Classes", _ SetLastError:=True, _ CharSet:=CharSet.Unicode, _ ExactSpelling:=True, _ PreserveSig:=True, _ CallingConvention:=CallingConvention.Winapi)> _ Private Shared Function EnumerateClasses( _ ByVal ClassIndex As Integer, _ ByRef ClassGuid As GUID, _ Optional ByVal Flags As Integer = &H0) As Integer End Function !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: fdsa sadfasdfasdf !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: CM_Enumerate_Classes@msdn on MSDN
Edit cfgmgr32.CM_Enume...
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.