PSMScrLk.h
上传用户:xiuanze55
上传日期:2017-08-03
资源大小:1080k
文件大小:2k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. // PSMScrLk.h : main header file for the PSMSCRLK DLL
  2. //
  3. #if !defined(AFX_PSMSCRLK_H__579EB98F_4805_4C98_9949_663893A49C31__INCLUDED_)
  4. #define AFX_PSMSCRLK_H__579EB98F_4805_4C98_9949_663893A49C31__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h" // main symbols
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CPSMScrLkApp
  14. // See PSMScrLk.cpp for the implementation of this class
  15. //
  16. extern "C" BOOL PASCAL EXPORT LockScr(HWND ParenthWnd);
  17. extern "C" BOOL PASCAL EXPORT ChangePW(void);
  18. extern "C" BOOL PASCAL EXPORT RegIt(BOOL bDisable);
  19. extern "C" BOOL PASCAL EXPORT isLocked(void);
  20. extern "C" BOOL CheckPW(CString inPW);
  21. extern "C" BOOL UnlockScr();
  22. class CPSMScrLkApp : public CWinApp
  23. {
  24. public:
  25. CPSMScrLkApp();
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CPSMScrLkApp)
  29. //}}AFX_VIRTUAL
  30. //{{AFX_MSG(CPSMScrLkApp)
  31. // NOTE - the ClassWizard will add and remove member functions here.
  32. //    DO NOT EDIT what you see in these blocks of generated code !
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };
  36. /////////////////////////////////////////////////////////////////////////////
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_PSMSCRLK_H__579EB98F_4805_4C98_9949_663893A49C31__INCLUDED_)