File watching is limited in number with UNC path : ERROR_MORE_DATA 234 (0xEA) and ERROR_NO_SYSTEM_RESOURCES 1450 (0x5AA)

Frederic 0 Reputation points
2023-03-14T11:00:54.8833333+00:00

It is not possible to supervize more than approximatively 512 folders on a shared network drive using UNC path ex: \PC1234\folder, when, on using local path ex: e:\folder there is no limitation.
When limitation occured, the Win32 function ReadDirectoryChangesW (winbase.h) returns the folowing errors : ERROR_MORE_DATA 234 (0xEA) and ERROR_NO_SYSTEM_RESOURCES 1450 (0x5AA).

The UNC path lenght is 86 bytes in average, and all paths of the different folders are equal.

Is there any windows parameter to set in windows registry or somewherelse to increase or to remove this limitation ?
Thanks for help

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.