c072e88bec992390c8358534371978000e73b529
[reactos.git] / win32ss / user / win32csr / desktopbg.h
1 /* $Id: desktopbg.h 47315 2010-05-23 00:51:29Z jmorlan $
2 *
3 * COPYRIGHT: See COPYING in the top level directory
4 * PROJECT: ReactOS system libraries
5 * FILE: subsys/csrss/include/destkopbg.h
6 * PURPOSE: CSRSS internal desktop background window interface
7 */
8
9 #pragma once
10
11 BOOL FASTCALL DtbgIsDesktopVisible(VOID);
12
13 /* EOF */