MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / DestroyIcon

Method DestroyIcon

src/Squirrel/ShellFile.cs:405–406  ·  view source on GitHub ↗
(IntPtr hIcon)

Source from the content-addressed store, hash-verified

403 int nIcons);
404
405 [DllImport("user32")]
406 internal static extern int DestroyIcon(IntPtr hIcon);
407 }
408
409 /// <summary>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected