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.

75 lines
855 B

  1. __foldwin32sstuff __foldwin32sstuff;
  2. enablemapdirect1632 = true;
  3. defaultholdwin16lock = false;
  4. #include "types.thk"
  5. BOOL AddOnePrinter(LPSTR lpsi)
  6. {
  7. }
  8. VOID Cleanup32(LPSTR lpsi)
  9. {
  10. }
  11. BOOL RefreshAllPrinters()
  12. {
  13. }
  14. BOOL ThkTestPage(LPSTR lpPrinter)
  15. {
  16. }
  17. BOOL MyEnumPorts(LPSTR lpsi,HWND hDlg)
  18. {
  19. }
  20. BOOL GetPointAndPrintInfo(LPSTR lpsi,LPWORD lpbAccess)
  21. {
  22. }
  23. BOOL FindUniqueName(LPSTR lpDest,LPSTR lpModel)
  24. {
  25. }
  26. BOOL IsNameInUse(LPSTR lpName)
  27. {
  28. }
  29. BOOL MyConfigurePort(HWND hWnd,LPSTR lpMonitor)
  30. {
  31. }
  32. BOOL MyAddPort(HWND hWnd,LPSTR lpMonitor)
  33. {
  34. }
  35. BOOL AddOneMonitor(LPSTR lpMonitor)
  36. {
  37. }
  38. BOOL BrowseForPrinter(LPSTR lpsi,HWND hWnd)
  39. {
  40. }
  41. BOOL CallConnectDialog(LPSTR lpsi,HWND hWnd)
  42. {
  43. }
  44. BOOL IsThisDriverInstalled(LPSTR lpsi)
  45. {
  46. }
  47. BOOL IsDuplicateDevice(LPSTR lpsi)
  48. {
  49. }
  50. BOOL AreAnyPrintersInstalled(void)
  51. {
  52. }
  53. BOOL IsPortRedirected(LPSTR lpPort)
  54. {
  55. }