Windows2003-3790/inetcore/outlookexpress/gwnote/dllmain.h
2020-09-30 16:53:55 +02:00

32 lines
1.2 KiB
C

// --------------------------------------------------------------------------------
// Dllmain.h
// Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
// Steven J. Bailey
// --------------------------------------------------------------------------------
#ifndef __DLLMAIN_H
#define __DLLMAIN_H
// --------------------------------------------------------------------------------
// Defined later
// --------------------------------------------------------------------------------
// Globals
// --------------------------------------------------------------------------------
extern CRITICAL_SECTION g_csDllMain;
extern CRITICAL_SECTION g_csCounter;
extern DWORD g_dwCounter; // boundary/cid/mid ratchet
extern LONG g_cRef;
extern LONG g_cLock;
extern HINSTANCE g_hInst;
extern HINSTANCE g_hLocRes;
// --------------------------------------------------------------------------------
// Prototypes
// --------------------------------------------------------------------------------
ULONG DllAddRef(void);
ULONG DllRelease(void);
DWORD DwCounterNext(void);
HRESULT GetTypeLibrary(ITypeLib **ppTypeLib);
#endif // __DLLMAIN_H