security.h
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- // Be careful; there is also a security.h file in sdkinc.
- /**************************************************************
- FILE: security.h
- DESCRIPTION:
- This file will contain helper functions and objects that
- help deal with security. This mainly means Zones Security, but
- can include other types.
- **************************************************************/
- #ifndef _SECURITY_H
- #define _SECURITY_H
- #include <urlmon.h>
- SHDOCAPI ZoneCheckPidl(LPCITEMIDLIST pidl, DWORD dwActionType, DWORD dwFlags, IInternetSecurityMgrSite * pisms);
- SHDOCAPI ZoneCheckHDrop(IDataObject * pido, DWORD dwEffect, DWORD dwAction, DWORD dwFlags, IInternetSecurityMgrSite * pisms);
- #endif // _SECURITY_H
English
