Nevron.Interop.Win32 Namespace / NKernel32 Class / EnumResourceNames Method


EnumResourceNames Method
Syntax
'Declaration
 
Public Shared Function EnumResourceNames( _
   ByVal hModule As System.IntPtr, _
   ByVal pType As System.IntPtr, _
   ByVal enumFunc As NKernel32.EnumResNameProc, _
   ByVal param As System.IntPtr _
) As System.Integer
 
'Usage
 
Dim hModule As System.IntPtr
Dim pType As System.IntPtr
Dim enumFunc As NKernel32.EnumResNameProc
Dim param As System.IntPtr
Dim value As System.Integer
 
value = NKernel32.EnumResourceNames(hModule, pType, enumFunc, param)

Parameters

hModule
pType
enumFunc
param
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also