Lines Matching defs:result
53 HRESULT result = S_OK;
55 result = ErrorCode;
70 result = _stream->Write(_buf + _streamPos, size, &processedSize);
83 return result;
95 const HRESULT result = FlushPart();
96 if (result != S_OK)
97 return result;
104 const HRESULT result = Flush();
106 ErrorCode = result;
108 if (result != S_OK)
109 throw COutBufferException(result);