WindowsXP-SP1/inetsrv/iis/svcs/infocomm/log/scripting/dlldatax.h
2020-09-30 16:53:49 +02:00

26 lines
762 B
C

#if !defined(AFX_DLLDATAX_H__B758F307_A3D6_11D1_8B9C_080009DCC2FA__INCLUDED_)
#define AFX_DLLDATAX_H__B758F307_A3D6_11D1_8B9C_080009DCC2FA__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 Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLLDATAX_H__B758F307_A3D6_11D1_8B9C_080009DCC2FA__INCLUDED_)