GetLayeredWindowAttributes (user32)
Last changed: -71.132.193.193

.
Summary
TODO - a short description

C# Signature:

[DllImport("user32.dll", SetLastError=true)]
static extern bool GetLayeredWindowAttributes(IntPtr hwnd, out uint crKey, out byte bAlpha, out uint dwFlags);

VB.NET Signature

<DllImport("user32.dll", SetLastError:=True, CharSet:=CharSet.Auto)> _
Public Function GetLayeredWindowAttributes(hwnd as IntPtr, crKey as Uinteger, bAlpha as byte, dwFlags as Uinteger)As <MarshalAs(UnmanagedType.Bool)>Boolean
End Function

VB Signature:

Declare Function GetLayeredWindowAttributes Lib "user32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation