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.

16 lines
620 B

  1. #pragma once
  2. // ---------------------------------------------------------------------------
  3. // EXPORTS.H
  4. // ---------------------------------------------------------------------------
  5. // Copyright (c) 1999 Microsoft Corporation
  6. //
  7. // Ordinals and prototypes for NONAME exports
  8. //
  9. // ---------------------------------------------------------------------------
  10. // Exported from mail dlls for object registration
  11. #define DLLEXPORT_REGCLASSOBJS 3
  12. #define DLLEXPORT_UNREGCLASSOBJS 4
  13. typedef HRESULT (STDMETHODCALLTYPE *PFNREGCLASSOBJS)(void);
  14. typedef HRESULT (STDMETHODCALLTYPE *PFNUNREGCLASSOBJS)(void);