RtlIsNonEmptyDirectoryReparsePointAllowed

BOOL __stdcall RtlIsNonEmptyDirectoryReparsePointAllowed(INT64 a1){
  return(a1 & 0x10000000) != 0 || (_DWORD)a1 == -2147483624;
}

Referenced by:

FsRtlIsNonEmptyDirectoryReparsePointAllowed