3 references to S_ADS_NOMORE_ROWS
System.DirectoryServices (3)
System\DirectoryServices\SearchResultCollection.cs (3)
363if (hr != UnsafeNativeMethods.S_ADS_NOMORE_ROWS) 387if (hr == UnsafeNativeMethods.S_ADS_NOMORE_ROWS || hr == UnsafeNativeMethods.SIZE_LIMIT_EXCEEDED) 390if (hr == UnsafeNativeMethods.S_ADS_NOMORE_ROWS)