windows-nt/Source/XPSP1/NT/admin/snapin/dfsadmin/dfsgui/permpage.h

16 lines
382 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
// PermPage.h : Declaration of the standard permissions page class
#ifndef _PERMPAGE_H_
#define _PERMPAGE_H_
#include <dssec.h> // private\inc
HRESULT
CreateDfsSecurityPage(
IN LPPROPERTYSHEETCALLBACK pCallBack,
IN LPCTSTR pszObjectPath,
IN LPCTSTR pszObjectClass,
IN DWORD dwFlags
);
#endif // _PERMPAGE_H_