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

Method DestroyIcon

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

Source from the content-addressed store, hash-verified

1086 uint uFlags);
1087
1088 [DllImport("user32.dll")]
1089 static extern int DestroyIcon(IntPtr hIcon);
1090
1091 const int FORMAT_MESSAGE_ALLOCATE_BUFFER = 0x100;
1092 const int FORMAT_MESSAGE_ARGUMENT_ARRAY = 0x2000;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected