windows-nt/Source/XPSP1/NT/base/pnp/hotplug/dlldatax.h
2020-09-26 16:20:57 +08:00

26 lines
729 B
C

#if !defined(AFX_DLLDATAX_H__5658ACC5_147F_4E3F_8D69_213F30620FE0__INCLUDED_)
#define AFX_DLLDATAX_H__5658ACC5_147F_4E3F_8D69_213F30620FE0__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__5658ACC5_147F_4E3F_8D69_213F30620FE0__INCLUDED_)