security.h
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:

系统编程

开发平台:

Visual C++

  1. // Be careful; there is also a security.h file in sdkinc.
  2. /**************************************************************
  3.     FILE: security.h
  4.     DESCRIPTION:
  5.         This file will contain helper functions and objects that
  6.     help deal with security.  This mainly means Zones Security, but
  7.     can include other types.
  8. **************************************************************/
  9. #ifndef _SECURITY_H
  10. #define _SECURITY_H
  11. #include <urlmon.h>
  12. SHDOCAPI ZoneCheckPidl(LPCITEMIDLIST pidl, DWORD dwActionType, DWORD dwFlags, IInternetSecurityMgrSite * pisms);
  13. SHDOCAPI ZoneCheckHDrop(IDataObject * pido, DWORD dwEffect, DWORD dwAction, DWORD dwFlags, IInternetSecurityMgrSite * pisms);
  14. #endif // _SECURITY_H