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.
9 lines
266 B
9 lines
266 B
#ifndef _ACL_H_
|
|
#define _ACL_H_
|
|
|
|
|
|
BOOL COMDLL SupportsSecurityACLs(LPCTSTR path);
|
|
BOOL COMDLL IsLocalComputer(IN LPCTSTR lpszComputer);
|
|
void COMDLL GetFullPathLocalOrRemote(IN LPCTSTR lpszServer,IN LPCTSTR lpszDir,OUT CString& cstrPath);
|
|
|
|
#endif // _ACL_H_
|