/* desktop.h */ #ifndef DESKTOP_H #define DEKSTOP_H #ifdef __cplusplus extern "C" { #endif typedef char *(*tDTStringChg)(char *s, int ms, int len); HWND CheckDesktop(HWND hWnd,const char *ini,tDTStringChg stChg); int DesktopUpdate(HWND hWnd); int DestroyDesktop(HWND hWndBK); #ifdef __cplusplus } #endif #endif /* DEKSTOP_H */