Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

102 lines
2.6 KiB

  1. /*were not defined but called from initcode.c */
  2. BOOL PrintFileInit();
  3. int PrintFileShutDown ();
  4. VOID sizeFkeys(LONG clientSize);
  5. VOID initChildSize(RECT *pRect);
  6. VOID setDefaultAttrib(BOOL bLoad);
  7. VOID initDlgPos(HWND hDlg);
  8. VOID initComDevSelect(HWND hDlg, WORD wListID, BOOL bInit);
  9. BYTE getComDevSelect(HWND hDlg, WORD wListID, BYTE *newDevRef);
  10. BOOL getFileType(BYTE *fileName, BYTE *fileExt);
  11. VOID taskInit();
  12. VOID keyMapInit();
  13. BOOL termInitSetup(HANDLE hPrevInstance);
  14. VOID forceExtension(BYTE *fileName, BYTE *fileExt, BOOL bReplace);
  15. BOOL termFile(BYTE *filePath,BYTE *fileName,BYTE *fileExt,BYTE *title,WORD flags);
  16. VOID sizeTerm(LONG termSize);
  17. VOID keyMapCancel();
  18. /*****************/
  19. /* were not defined but called from winmain.c */
  20. VOID xSndBFile();
  21. VOID xRcvBFile();
  22. /**************/
  23. /* were not defined but called from winmain.c*/
  24. void myDrawIcon(HDC hDC, BOOL bErase);
  25. VOID PrintFileComm(BOOL bPrint);
  26. BOOL termCloseAll(VOID);
  27. int flashIcon(BOOL bInitFlash, BOOL bEndProc);
  28. WORD childZoomStatus(WORD wTest, WORD wSet);
  29. VOID initMenuPopup(WORD menuIndex);
  30. BOOL keyMapTranslate(WORD *wParam, LONG *lParam, TERM_STRING *mapStr);
  31. BOOL fKeyStrBuffer(BYTE *str,WORD len);
  32. BOOL keyMapSysKey(HWND hWnd, WORD *wParam, LONG lParam);
  33. VOID longToPoint(long sel, POINT *pt);
  34. VOID keyMapKeyProc(HWND hWnd, WORD wParam, LONG lParam);
  35. BOOL termCloseFile(VOID);
  36. VOID hpageScroll(int which);
  37. VOID PrintFileString(LPSTR lpchr,LONG count, BOOL bCRtoLF);
  38. BOOL PrintFileOn(HANDLE theInstance,HWND theWnd,
  39. LPSTR thePrintName,LPSTR thePrintType,LPSTR thePrintDriver,
  40. LPSTR thePrintPort,BOOL showDialog);
  41. BOOL PrintFileOff();
  42. int PrintFileLineFeed (BOOL nextLine);
  43. int PrintFilePageFeed ();
  44. BOOL termSaveFile(BOOL bGetName);
  45. int testMsg(BYTE *str, int arg0,int arg1,int arg2, int arg3,int arg4,int arg5,int arg6, int arg7,
  46. int arg8, int arg9, int arga, int argb, int argc, int argd, int arge, int argf);
  47. VOID xferStopBreak(BOOL bStop);
  48. VOID xferPauseResume(BOOL bPause, BOOL bResume);
  49. int selectFKey(WORD wIDFKey);
  50. BOOL sendKeyInput(BYTE theByte);
  51. VOID sndAbort ();
  52. int countChildWindows(BOOL bUnzoom);
  53. VOID stripBlanks (LPBYTE ptr, DWORD *len);
  54. VOID doFileNew();
  55. VOID doFileOpen();
  56. VOID doFileClose();
  57. VOID doFileSave();
  58. VOID doFileSaveAs();
  59. VOID stripControl(TERM_STRING *str);
  60. int TF_ErrProc(WORD, WORD, WORD);
  61. BOOL XM_RcvFile(WORD);
  62. BOOL FAR KER_Receive(BOOL bRemoteServer);
  63. VOID listFontSizes(BYTE *faceName, BYTE *sizeList, int maxSize);
  64. int updateIcon();
  65. BOOL XM_SndFile(WORD);
  66. BOOL FAR KER_Send();
  67. VOID setAppTitle();
  68. VOID icsResetTable(WORD icsType);
  69. VOID rcvFileErr();