- Remove ALL the unneeded "author date id revision" svn properties.
[reactos.git] / reactos / 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 #include "api.h"
12
13 /* Api functions */
14 CSR_API(CsrCreateDesktop);
15 CSR_API(CsrShowDesktop);
16 CSR_API(CsrHideDesktop);
17 CSR_API(CsrRegisterSystemClasses);
18
19 BOOL FASTCALL DtbgIsDesktopVisible(VOID);
20
21 /* EOF */