www.pudn.com > 3D_OnlineGame_Humen.rar > ErrCode.h


extern rmfullglobals myglobs; 
#define EnterDebug { AppPause(TRUE); SetWindowPos(myglobs.hWndMain,HWND_NOTOPMOST,0,0,0,0,SWP_NOSIZE|SWP_NOMOVE); } 
#define LeaveDebug { SetWindowPos(myglobs.hWndMain,HWND_TOPMOST,0,0,0,0,SWP_NOSIZE|SWP_NOMOVE); AppPause(FALSE);  } 
#define CEnterDebug { AppPause(TRUE); SetWindowPos(&wndNoTopMost,0,0,0,0,SWP_NOSIZE|SWP_NOMOVE); } 
#define CLeaveDebug { SetWindowPos(&wndTopMost,0,0,0,0,SWP_NOSIZE|SWP_NOMOVE); AppPause(FALSE);  }