[DllImportAttribute("ComCtl32.dll")]
public static IntPtr ImageList_GetIcon(
IntPtr hImageList,
int index,
uint flags
)
<DllImportAttribute("ComCtl32.dll">]
Public Shared Function ImageList_GetIcon (
hImageList As IntPtr,
index As Integer,
flags As UInteger
) As IntPtr
Dim hImageList As IntPtr
Dim index As Integer
Dim flags As UInteger
Dim returnValue As IntPtr
returnValue = ComCtl32.ImageList_GetIcon(hImageList,
index, flags)
public:
[DllImportAttribute(L"ComCtl32.dll")]
static IntPtr ImageList_GetIcon(
IntPtr hImageList,
int index,
unsigned int flags
)
[<DllImportAttribute("ComCtl32.dll")>]
static member ImageList_GetIcon :
hImageList : IntPtr *
index : int *
flags : uint32 -> IntPtr
No code example is currently available or this language may not be supported.
[Missing <param name="index"/> documentation for "M:DevCase.Win32.NativeMethods.ComCtl32.ImageList_GetIcon(System.IntPtr,System.Int32,System.UInt32)"]