2025-04-27 07:49:33 -04:00

16 lines
397 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_