[DllImport("kernel32.dll")]
static extern IntPtr FindResourceEx(IntPtr hModule, IntPtr lpType, IntPtr lpName, ushort wLanguage);
<DllImport("kernel32.dll")> _
Private Shared Function FindResourceEx(ByVal hModule As IntPtr, ByVal lpType As IntPtr, ByVal lpName As IntPtr, ByVal wLanguage As UShort) As IntPtr
End Function
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!