Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "DestroyIcon" in [All]

shell32

.

    [DllImport("user32.dll", EntryPoint="DestroyIcon", SetLastError=true)]

.

    private static unsafe extern int DestroyIcon(IntPtr hIcon);

.

                DestroyIcon(ptr);

.

                DestroyIcon(ptr);

.

    <DllImport("user32.dll", EntryPoint:="DestroyIcon", SetLastError:=True)> _

.

    Function DestroyIcon(ByVal hIcon As IntPtr) As Integer

.

            DestroyIcon(ptr)

.

            DestroyIcon(ptr)

.

    [DllImport("user32.dll", EntryPoint="DestroyIcon", SetLastError=true)]

.

    private static unsafe extern int DestroyIcon(IntPtr hIcon);

.

                DestroyIcon(ptr);

.

                DestroyIcon(ptr);

.

    <DllImport("user32.dll", EntryPoint:="DestroyIcon", SetLastError:=True)> _

.

    Function DestroyIcon(ByVal hIcon As IntPtr) As Integer

.

            DestroyIcon(ptr)

.

            DestroyIcon(ptr)

.

        public static extern int DestroyIcon(IntPtr hIcon);

.

        Win32.DestroyIcon(shinfo.hIcon);

.

DestroyIcon(sii.hIcon);

.

        DestroyIcon(hIcon)

user32

.
Summary
.

static extern bool DestroyIcon(IntPtr hIcon);

.

Private Shared Function DestroyIcon(ByVal hIcon As IntPtr) As Boolean

.

DestroyIcon(hicon);

.
Documentation
[DestroyIcon] on MSDN
.

        private static extern int DestroyIcon(IntPtr hIcon);

.

                    DestroyIcon(ptr);


 
Access PInvoke.net directly from VS: