public static interface WinBase.EnumResTypeProc extends Callback
Callback.UncaughtExceptionHandler
FORBIDDEN_NAMES, METHOD_NAME
Modifier and Type | Method and Description |
---|---|
boolean |
invoke(WinDef.HMODULE module,
Pointer type,
Pointer lParam) |
boolean invoke(WinDef.HMODULE module, Pointer type, Pointer lParam)
module
- A handle to the module whose executable file contains the
resources for which the types are to be enumerated. type
- The type of resource for which the type is being
enumerated. lParam
- An application-defined parameter passed to the
EnumResourceTypes or EnumResourceTypesEx function.