(IntPtr hIcon)
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected