DWMWA_CLOAKED constant

int const DWMWA_CLOAKED

Use with DwmGetWindowAttribute. If the window is cloaked, provides one of the following values explaining why.

  • DWM_CLOAKED_APP (value 0x0000001). The window was cloaked by its owner application.
  • DWM_CLOAKED_SHELL (value 0x0000002). The window was cloaked by the Shell.
  • DWM_CLOAKED_INHERITED (value 0x0000004). The cloak value was inherited from its owner window.

Implementation

static const DWMWA_CLOAKED = 14;