public static interface WinBase.EnumResNameProc extends Callback
Callback.UncaughtExceptionHandler
FORBIDDEN_NAMES, METHOD_NAME
Modifier and Type | Method and Description |
---|---|
boolean |
invoke(WinDef.HMODULE module,
Pointer type,
Pointer name,
Pointer lParam) |
boolean invoke(WinDef.HMODULE module, Pointer type, Pointer name, Pointer lParam)
module
- A handle to the module whose executable file contains the
resources that are being enumerated. type
- The type of resource for which the name is being
enumerated. MAKEINTRESOURCE(ID)
, where ID is an integer
value representing a predefined resource type. name
- The name of a resource of the type being enumerated.MAKEINTRESOURCE(ID)
, where ID is the integer
identifier of the resource.lParam
- An application-defined parameter passed to the
EnumResourceNames or EnumResourceNamesEx function.