dll: POSIX interop:

FspPosixMapPosixToWindowsPath, FspPosixMapWindowsToPosixPath
This commit is contained in:
Bill Zissimopoulos
2016-06-07 13:00:15 -07:00
parent 6bef445102
commit 8c8d80add3
2 changed files with 135 additions and 0 deletions

View File

@ -850,6 +850,9 @@ FSP_API NTSTATUS FspPosixMapPermissionsToSecurityDescriptor(
FSP_API NTSTATUS FspPosixMapSecurityDescriptorToPermissions(
PSECURITY_DESCRIPTOR SecurityDescriptor,
PUINT32 PUid, PUINT32 PGid, PUINT32 PMode);
FSP_API NTSTATUS FspPosixMapWindowsToPosixPath(PWSTR WindowsPath, const char **PPosixPath);
FSP_API NTSTATUS FspPosixMapPosixToWindowsPath(const char *PosixPath, PWSTR *PWindowsPath);
FSP_API VOID FspPosixDeletePath(void *Path);
/*
* Path Handling