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.

15 lines
382 B

  1. // PermPage.h : Declaration of the standard permissions page class
  2. #ifndef _PERMPAGE_H_
  3. #define _PERMPAGE_H_
  4. #include <dssec.h> // private\inc
  5. HRESULT
  6. CreateDfsSecurityPage(
  7. IN LPPROPERTYSHEETCALLBACK pCallBack,
  8. IN LPCTSTR pszObjectPath,
  9. IN LPCTSTR pszObjectClass,
  10. IN DWORD dwFlags
  11. );
  12. #endif // _PERMPAGE_H_