// Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved #if !defined(AFX_SECURITY_H__9C3497DC_ED98_11D0_9647_00C04FD9B15B__INCLUDED_) #define AFX_SECURITY_H__9C3497DC_ED98_11D0_9647_00C04FD9B15B__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // Security.h : main header file for SECURITY.DLL #if !defined( __AFXCTL_H__ ) #error include 'afxctl.h' before including this file #endif #include "resource.h" // main symbols ///////////////////////////////////////////////////////////////////////////// // CSecurityApp : See Security.cpp for implementation. class CSecurityApp : public COleControlModule { public: BOOL InitInstance(); int ExitInstance(); }; extern const GUID CDECL _tlid; extern const WORD _wVerMajor; extern const WORD _wVerMinor; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SECURITY_H__9C3497DC_ED98_11D0_9647_00C04FD9B15B__INCLUDED)