FindResource(IntPtr, IntPtr, ResourceType)
|
Determines the location of a resource with the specified type and name in the specified module.
To specify a language of the resource, use the FindResourceEx(SafeModuleHandle, ResourceType, IntPtr, UInt16) function.
|
FindResource(IntPtr, IntPtr, String)
|
Determines the location of a resource with the specified type and name in the specified module.
To specify a language of the resource, use the FindResourceEx(SafeModuleHandle, ResourceType, IntPtr, UInt16) function.
|
FindResource(IntPtr, String, ResourceType)
|
Determines the location of a resource with the specified type and name in the specified module.
To specify a language of the resource, use the FindResourceEx(SafeModuleHandle, ResourceType, IntPtr, UInt16) function.
|
FindResource(IntPtr, String, String)
|
Determines the location of a resource with the specified type and name in the specified module.
To specify a language of the resource, use the FindResourceEx(SafeModuleHandle, ResourceType, IntPtr, UInt16) function.
|
FindResource(SafeModuleHandle, IntPtr, ResourceType)
|
Determines the location of a resource with the specified type and name in the specified module.
To specify a language of the resource, use the FindResourceEx(SafeModuleHandle, ResourceType, IntPtr, UInt16) function.
|
FindResource(SafeModuleHandle, IntPtr, String)
|
Determines the location of a resource with the specified type and name in the specified module.
To specify a language of the resource, use the FindResourceEx(SafeModuleHandle, ResourceType, IntPtr, UInt16) function.
|
FindResource(SafeModuleHandle, String, ResourceType)
|
Determines the location of a resource with the specified type and name in the specified module.
To specify a language of the resource, use the FindResourceEx(SafeModuleHandle, ResourceType, IntPtr, UInt16) function.
|
FindResource(SafeModuleHandle, String, String)
|
Determines the location of a resource with the specified type and name in the specified module.
To specify a language of the resource, use the FindResourceEx(SafeModuleHandle, ResourceType, IntPtr, UInt16) function.
|