Ejemplo n.º 1
0
        public static IconHandle CreateIconIndirect([In, MarshalAs(UnmanagedType.LPStruct)] ICONINFO iconInfo)
        {
            var hIcon = PrivateCreateIconIndirect(iconInfo);

            return(hIcon);
        }
Ejemplo n.º 2
0
 private static extern IconHandle PrivateCreateIconIndirect([In, MarshalAs(UnmanagedType.LPStruct)] ICONINFO iconInfo);