security.h
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

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