EnumResourceTypes (kernel32)
Last changed: -216.108.207.123

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern bool EnumResourceTypes(IntPtr hModule, ResTypeDelegate
   lpEnumFunc, IntPtr lParam);

VB.Net Signature:

  <DllImport("kernel32.dll", CharSet:=CharSet.Unicode, EntryPoint:="EnumResourceTypesW", SetLastError:=True)> _
  Private Shared Function EnumResourceTypes(ByVal hModule As IntPtr, ByVal lpEnumFunc As EnumResTypeProcDelegate, ByVal lParam As IntPtr) As Boolean
  End Function

  Private Delegate Function EnumResTypeProcDelegate(ByVal hModule As IntPtr, ByVal lpszType As IntPtr, ByVal lParam As IntPtr) As Boolean

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation