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.
26 lines
794 B
26 lines
794 B
// Copyright (c) Microsoft Corporation
|
|
#if !defined(AFX_DLLDATAX_H__F2FA5566_54AD_4B7B_BF50_9BE72F4A457B__INCLUDED_)
|
|
#define AFX_DLLDATAX_H__F2FA5566_54AD_4B7B_BF50_9BE72F4A457B__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
|
|
#ifdef _MERGE_PROXYSTUB
|
|
|
|
extern "C"
|
|
{
|
|
BOOL WINAPI PrxDllMain(HINSTANCE hInstance, DWORD dwReason,
|
|
LPVOID lpReserved);
|
|
STDAPI PrxDllCanUnloadNow(void);
|
|
STDAPI PrxDllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID* ppv);
|
|
STDAPI PrxDllRegisterServer(void);
|
|
STDAPI PrxDllUnregisterServer(void);
|
|
}
|
|
|
|
#endif
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_DLLDATAX_H__F2FA5566_54AD_4B7B_BF50_9BE72F4A457B__INCLUDED_)
|