1 write to dwType
System.DirectoryServices (1)
Interop\AdsValueHelper2.cs (1)
249
dwType
= (int)adsType
3 references to dwType
System.DirectoryServices (3)
Interop\AdsValueHelper2.cs (3)
111
switch ((AdsType)adsvalue.
dwType
)
218
return new NotImplementedException(SR.Format(SR.DSAdsvalueTypeNYI, "0x" + Convert.ToString(adsvalue.
dwType
, 16)));
221
return new ArgumentException(SR.Format(SR.DSConvertFailed, "0x" + Convert.ToString(LowInt64, 16), "0x" + Convert.ToString(adsvalue.
dwType
, 16)));