GetDesktopWindow
Previous  Top  Next

Sintaxis:GetDesktopWindow() -> nVentana  

Argumentos:ninguno.  

Devuelve:El valor numérico que identifica la ventana.  


   GetDesktopWindow() obtiene la ventana del escritorio.


Ejemplo:

   hWnd := GetDesktopWindow()
   hDC := GetDC( hWnd )
   FillRect( hDC, { 0, 0, 40, 25 }, hBrush )
   ReleaseDC( hWnd, nDC )