17 lines
620 B
C
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
#pragma once
// ---------------------------------------------------------------------------
// EXPORTS.H
// ---------------------------------------------------------------------------
// Copyright (c) 1999 Microsoft Corporation
//
// Ordinals and prototypes for NONAME exports
//
// ---------------------------------------------------------------------------
// Exported from mail dlls for object registration
#define DLLEXPORT_REGCLASSOBJS 3
#define DLLEXPORT_UNREGCLASSOBJS 4
typedef HRESULT (STDMETHODCALLTYPE *PFNREGCLASSOBJS)(void);
typedef HRESULT (STDMETHODCALLTYPE *PFNUNREGCLASSOBJS)(void);