最終更新:2015-04-06 (月) 14:25:54 (3306d)  

UpdateLayeredWindowIndirect
Top / UpdateLayeredWindowIndirect

Updates the position, size, shape, content, and translucency of a layered window.

BOOL WINAPI UpdateLayeredWindowIndirect(
  _In_  HWND hwnd,
  _In_  const UPDATELAYEREDWINDOWINFO *pULWInfo
);

パラメータ

UPDATELAYEREDWINDOWINFO?

  • typedef struct tagUPDATELAYEREDWINDOWINFO {
      DWORD               cbSize;
      HDC                 hdcDst;
      const POINT         *pptDst;
      const SIZE          *psize;
      HDC                 hdcSrc;
      const POINT         *pptSrc;
      COLORREF            crKey;
      const BLENDFUNCTION *pblend;
      DWORD               dwFlags;
      const RECT          *prcDirty;
    } UPDATELAYEREDWINDOWINFO, *PUPDATELAYEREDWINDOWINFO;