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

Constants

1: EMR_
.

        EMR_CREATEPALETTE          = 49,

gdi32

.
Summary
.

static extern IntPtr CreatePalette([In] ref LOGPALETTE lplgpl);

.

Public Declare Function CreatePalette Lib "gdi32.dll" (ByRef lpLogPalette As LOGPALETTE) As IntPtr

.
Documentation
[CreatePalette] on MSDN

 
Access PInvoke.net directly from VS: