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.

24 lines
471 B

  1. #include "compch.h"
  2. #pragma hdrstop
  3. #include <comsvcs.h>
  4. HRESULT
  5. GetCatalogCRMClerk(
  6. OUT ICrmLogControl **ppClerk
  7. )
  8. {
  9. if (ppClerk)
  10. *ppClerk = NULL;
  11. return HRESULT_FROM_WIN32(ERROR_MOD_NOT_FOUND);
  12. }
  13. //
  14. // !! WARNING !! The entries below must be in alphabetical order, and are CASE SENSITIVE (eg lower case comes last!)
  15. //
  16. DEFINE_PROCNAME_ENTRIES(catsrv)
  17. {
  18. DLPENTRY(GetCatalogCRMClerk)
  19. };
  20. DEFINE_PROCNAME_MAP(catsrv)