Kernel32FindResourceEx Method

Overload List

FindResourceEx(IntPtr, ResourceType, IntPtr, UInt16) Determines the location of the resource with the specified type, name, and language in the specified module.
FindResourceEx(IntPtr, ResourceType, String, UInt16) Determines the location of the resource with the specified type, name, and language in the specified module.
FindResourceEx(IntPtr, String, IntPtr, UInt16) Determines the location of the resource with the specified type, name, and language in the specified module.
FindResourceEx(IntPtr, String, String, UInt16) Determines the location of the resource with the specified type, name, and language in the specified module.
FindResourceEx(SafeModuleHandle, ResourceType, IntPtr, UInt16) Determines the location of the resource with the specified type, name, and language in the specified module.
FindResourceEx(SafeModuleHandle, ResourceType, String, UInt16) Determines the location of the resource with the specified type, name, and language in the specified module.
FindResourceEx(SafeModuleHandle, String, IntPtr, UInt16) Determines the location of the resource with the specified type, name, and language in the specified module.
FindResourceEx(SafeModuleHandle, String, String, UInt16) Determines the location of the resource with the specified type, name, and language in the specified module.

See Also