Leaked source code of windows server 2003
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
452 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