2 references to ADS_OPTION_PAGE_SIZE
System.DirectoryServices (2)
System\DirectoryServices\DirectoryEntryConfiguration.cs (2)
55
return (int)((UnsafeNativeMethods.IAdsObjectOptions)_entry.AdsObject).GetOption((int)AdsOptions.
ADS_OPTION_PAGE_SIZE
);
62
((UnsafeNativeMethods.IAdsObjectOptions)_entry.AdsObject).SetOption((int)AdsOptions.
ADS_OPTION_PAGE_SIZE
, value);