win32gui.GetLayeredWindowAttributes
(int,int,int) = GetLayeredWindowAttributes(hwnd)
Retrieves the layering parameters of a window with the WS_EX_LAYERED extended style
Parameters
hwnd : PyHANDLE
Handle to a layered windowComments
This function only exists on WinXP and later.
Accepts keyword arguments.
Return Value
Returns a tuple of (color key, alpha, flags)