Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygendesktopbg.h
Go to the documentation of this file.
00001 /* $Id: desktopbg.h 47315 2010-05-23 00:51:29Z jmorlan $ 00002 * 00003 * COPYRIGHT: See COPYING in the top level directory 00004 * PROJECT: ReactOS system libraries 00005 * FILE: subsys/csrss/include/destkopbg.h 00006 * PURPOSE: CSRSS internal desktop background window interface 00007 */ 00008 00009 #pragma once 00010 00011 #include "api.h" 00012 00013 /* Api functions */ 00014 CSR_API(CsrCreateDesktop); 00015 CSR_API(CsrShowDesktop); 00016 CSR_API(CsrHideDesktop); 00017 CSR_API(CsrRegisterSystemClasses); 00018 00019 BOOL FASTCALL DtbgIsDesktopVisible(VOID); 00020 00021 /* EOF */ Generated on Sat May 26 2012 04:37:33 for ReactOS by
1.7.6.1
|