Returns the specified file system entry permissions (read, write, execute) for the current user.
PRL_RESULT PrlFsEntry_GetPermissions( PRL_HANDLE hFsEntry, PRL_UINT32_PTR pnPermissions );
PrlApiDisp.h
PRL_RESULT. Possible values:
PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.
PRL_ERR_SUCCESS - function completed successfully.