windows-nt/Source/XPSP1/NT/admin/pchealth/pchmars/inc/exports.h
2020-09-26 16:20:57 +08:00

17 lines
604 B
C

#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);