Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
439 B

  1. /*****************************************************************************\
  2. FILE: security.h
  3. \*****************************************************************************/
  4. #ifndef _SECURITY_H
  5. #define _SECURITY_H
  6. BOOL ZoneCheckUrlAction(IUnknown * punkSite, DWORD dwAction, LPCTSTR pszUrl, DWORD dwFlags);
  7. BOOL ZoneCheckPidlAction(IUnknown * punkSite, DWORD dwAction, LPCITEMIDLIST pidl, DWORD dwFlags);
  8. #endif // _SECURITY_H