Leaked source code of windows server 2003
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.

92 lines
1.5 KiB

  1. // --------------------------------------------------------------------------
  2. //
  3. // ASTHKLS.THK
  4. //
  5. // Win95-32 bit App Sharing
  6. // Thunks from 32-bit NMAS.DLL to 16-bit NMASWIN.DLL
  7. //
  8. // Copyright(c) Microsoft 1996-
  9. //
  10. // --------------------------------------------------------------------------
  11. __foldwin32sstuff __foldwin32sstuff;
  12. foldstyleinitialization = true;
  13. enablemapdirect3216 = true;
  14. flatthunks = true;
  15. #include "..\thk\aswin.typ"
  16. //
  17. // NOTE:
  18. // In thunk scripts, all pointers are implicitly FAR
  19. //
  20. void OSILoad16(DWORD * phInstance)
  21. {
  22. }
  23. BOOL OSIInit16(DWORD version, HWND hwnd, ATOM atom, DWORD * ppShared,
  24. DWORD * ppoaShared, DWORD * pimShared, DWORD * psbcEnabled,
  25. DWORD * psbcShunt, DWORD * pBitmasks)
  26. {
  27. }
  28. void OSITerm16(BOOL fUnloading)
  29. {
  30. }
  31. BOOL OSIFunctionRequest16(DWORD escape, void* lpvEsc, DWORD cbEsc)
  32. {
  33. }
  34. BOOL OSIStartWindowTracking16(void)
  35. {
  36. }
  37. void OSIStopWindowTracking16(void)
  38. {
  39. }
  40. BOOL OSIShareWindow16(HWND hwnd, UINT uType, BOOL fRedraw, BOOL fUpdate)
  41. {
  42. }
  43. BOOL OSIUnshareWindow16(HWND hwnd, BOOL fUpdateCount)
  44. {
  45. }
  46. BOOL OSIIsWindowScreenSaver16(HWND hwnd)
  47. {
  48. }
  49. BOOL OSIInstallControlledHooks16(BOOL fInstall, BOOL fDesktop)
  50. {
  51. }
  52. void OSIInjectMouseEvent16(UINT, int, int, UINT, DWORD)
  53. {
  54. }
  55. void OSIInjectKeyboardEvent16(UINT, WORD, WORD, DWORD)
  56. {
  57. }