This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET]
Public Sub New ( _
palVersion As ushort,
palNumEntries As ushort,
palPalEntry As IntPtr
)
[C#]
public tagLOGPALETTE {
ushort palVersion,
ushort palNumEntries,
IntPtr palPalEntry
)
[C++]
typedef struct tagLOGPALETTE { } tagLOGPALETTE;