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.

96 lines
2.6 KiB

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name:
  4. hlink.c
  5. Abstract:
  6. This module implements stub functions for shell32 interfaces.
  7. Author:
  8. David N. Cutler (davec) 1-Mar-2001
  9. Environment:
  10. Kernel mode only.
  11. Revision History:
  12. --*/
  13. #include "windows.h"
  14. #define STUBFUNC(x) \
  15. int \
  16. x( \
  17. void \
  18. ) \
  19. { \
  20. return 0; \
  21. }
  22. //STUBFUNC(?CreateInstance@CLogMgr@@SAJPEAPEAV1@PEAUIUnknown@@@Z
  23. //STUBFUNC(?DllGetDTCLOG@@YAHAEBU_GUID@@0PEAPEAX@Z
  24. STUBFUNC(DllGetClassObject)
  25. STUBFUNC(DllRegisterServer)
  26. STUBFUNC(DllUnregisterServer)
  27. STUBFUNC(DynCanUseCompareExchange64)
  28. STUBFUNC(DynCoGetInterceptor)
  29. STUBFUNC(DynComPs_CStdStubBuffer_AddRef)
  30. STUBFUNC(DynComPs_CStdStubBuffer_Connect)
  31. STUBFUNC(DynComPs_CStdStubBuffer_CountRefs)
  32. STUBFUNC(DynComPs_CStdStubBuffer_DebugServerQueryInterface)
  33. STUBFUNC(DynComPs_CStdStubBuffer_DebugServerRelease)
  34. STUBFUNC(DynComPs_CStdStubBuffer_Disconnect)
  35. STUBFUNC(DynComPs_CStdStubBuffer_Invoke)
  36. STUBFUNC(DynComPs_CStdStubBuffer_IsIIDSupported)
  37. STUBFUNC(DynComPs_CStdStubBuffer_QueryInterface)
  38. STUBFUNC(DynComPs_IUnknown_AddRef_Proxy)
  39. STUBFUNC(DynComPs_IUnknown_QueryInterface_Proxy)
  40. STUBFUNC(DynComPs_IUnknown_Release_Proxy)
  41. STUBFUNC(DynComPs_NdrCStdStubBuffer_Release)
  42. STUBFUNC(DynComPs_NdrDllCanUnloadNow)
  43. STUBFUNC(DynComPs_NdrDllGetClassObject)
  44. STUBFUNC(DynComPs_NdrDllRegisterProxy)
  45. STUBFUNC(DynComPs_NdrDllUnregisterProxy)
  46. STUBFUNC(DynCreateFileW)
  47. STUBFUNC(DynCreateProcessW)
  48. STUBFUNC(DynDeleteFileW)
  49. STUBFUNC(DynGetCommandLineW)
  50. STUBFUNC(DynGetComputerNameW)
  51. STUBFUNC(DynGetDiskFreeSpaceW)
  52. STUBFUNC(DynGetDriveTypeW)
  53. STUBFUNC(DynGetEnvironmentVariableW)
  54. STUBFUNC(DynGetFileAttributesW)
  55. STUBFUNC(DynGetLocaleInfoW)
  56. STUBFUNC(DynGetModuleFileNameW)
  57. STUBFUNC(DynGetModuleHandleW)
  58. STUBFUNC(DynGetSystemDirectoryW)
  59. STUBFUNC(DynLoadStringW)
  60. STUBFUNC(DynMessageBoxW)
  61. STUBFUNC(DynRegConnectRegistryW)
  62. STUBFUNC(DynRegCreateKeyExW)
  63. STUBFUNC(DynRegCreateKeyW)
  64. STUBFUNC(DynRegDeleteKeyW)
  65. STUBFUNC(DynRegDeleteValueW)
  66. STUBFUNC(DynRegEnumKeyExW)
  67. STUBFUNC(DynRegEnumKeyW)
  68. STUBFUNC(DynRegEnumValueW)
  69. STUBFUNC(DynRegOpenKeyExW)
  70. STUBFUNC(DynRegOpenKeyW)
  71. STUBFUNC(DynRegQueryInfoKeyW)
  72. STUBFUNC(DynRegQueryValueExW)
  73. STUBFUNC(DynRegQueryValueW)
  74. STUBFUNC(DynRegSetValueExW)
  75. STUBFUNC(DynSetFileAttributesW)
  76. STUBFUNC(DynlstrcmpW)
  77. STUBFUNC(DynlstrcmpiW)
  78. STUBFUNC(DynlstrcpyW)
  79. STUBFUNC(DynlstrcpynW)
  80. STUBFUNC(DynlstrlenW)
  81. STUBFUNC(DynwsprintfW)
  82. STUBFUNC(g_fDTCWin95Present)