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 "CreateIconIndirect" in [All]

user32

.
Summary
.

static extern IntPtr CreateIconIndirect([In] ref ICONINFO piconinfo);

.

private static extern IntPtr CreateIconIndirect([In] ref ICONINFO iconInfo);

.

     IntPtr handle = CreateIconIndirect(ref ii);

.
Documentation
[CreateIconIndirect] on MSDN
.
Summary
.

static extern IntPtr CreateIconIndirect([In] ref ICONINFO piconinfo);

.

private static extern IntPtr CreateIconIndirect([In] ref ICONINFO iconInfo);

.

     IntPtr handle = CreateIconIndirect(ref ii);

.
Documentation
[CreateIconIndirect] on MSDN

 
Access PInvoke.net directly from VS: