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.

28 lines
607 B

  1. #include "compch.h"
  2. #pragma hdrstop
  3. #include <objidl.h>
  4. HRESULT __cdecl DtcGetTransactionManagerExW(
  5. IN WCHAR* pwszHost,
  6. IN WCHAR* pwszTmName,
  7. IN REFIID riid,
  8. IN DWORD grfOptions,
  9. IN void* pvConfigParams,
  10. OUT void** ppvObject
  11. )
  12. {
  13. if (ppvObject)
  14. *ppvObject = NULL;
  15. return HRESULT_FROM_WIN32(ERROR_MOD_NOT_FOUND);
  16. }
  17. //
  18. // !! WARNING !! The entries below must be in alphabetical order, and are CASE SENSITIVE (eg lower case comes last!)
  19. //
  20. DEFINE_PROCNAME_ENTRIES(xolehlp)
  21. {
  22. DLPENTRY(DtcGetTransactionManagerExW)
  23. };
  24. DEFINE_PROCNAME_MAP(xolehlp)