windows-nt/Source/XPSP1/NT/admin/snapin/dfsadmin/dfsgui/permpage.h
2020-09-26 16:20:57 +08:00

16 lines
382 B
C

// 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_