2 references to ERROR_INSUFFICIENT_BUFFER
System.ServiceModel (2)
System\ServiceModel\Channels\UnsafeNativeMethods.cs (2)
852
if (error != UnsafeNativeMethods.
ERROR_INSUFFICIENT_BUFFER
)
1182
return _GetCurrentPackageId(ref bufLen, null) ==
ERROR_INSUFFICIENT_BUFFER
;