Declare SetLayeredWindowAttributes.

oldstable
Mike McCormack 2004-12-23 11:23:18 +00:00 committed by Alexandre Julliard
parent ab013bb6db
commit a751dd3daf
1 changed files with 1 additions and 0 deletions

View File

@ -4452,6 +4452,7 @@ BOOL WINAPI SetDoubleClickTime(UINT);
HWND WINAPI SetFocus(HWND);
BOOL WINAPI SetForegroundWindow(HWND);
void WINAPI SetInternalWindowPos(HWND,UINT,LPRECT,LPPOINT);
BOOL WINAPI SetLayeredWindowAttributes(HWND,COLORREF,BYTE,DWORD);
BOOL WINAPI SetMenu(HWND,HMENU);
BOOL WINAPI SetMenuContextHelpId(HMENU,DWORD);
BOOL WINAPI SetMenuItemBitmaps(HMENU,UINT,UINT,HBITMAP,HBITMAP);