CWnd::UpdateLayeredWindow
Visual Studio 2010
Updates the position, size, shape, content, and translucency of a layered window.
BOOL UpdateLayeredWindow( CDC* pDCDst, POINT *pptDst, SIZE *psize, CDC *pDCSrc, POINT *pptSrc, COLORREF crKey, BLENDFUNCTION *pblend, DWORD dwFlags );
This member function emulates the functionality of the function UpdateLayeredWindow, as described in the Windows SDK.