Module: wine Branch: master Commit: 79f7318a119c4f0f45ecf45a1d5aa0035c0305c9 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=79f7318a119c4f0f45ecf45a...
Author: Robert Shearman rob@codeweavers.com Date: Mon Sep 11 11:13:47 2006 +0100
ole32: Convert the *_{Read,Write}At structured storage functions to return HRESULTs instead of BOOLs so that errors can be properly propagated from lower levels.
---
dlls/ole32/stg_stream.c | 23 +++++------ dlls/ole32/storage32.c | 100 +++++++++++++++++++++++++---------------------- dlls/ole32/storage32.h | 6 +-- 3 files changed, 67 insertions(+), 62 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=79f7318a119c4f0f45ec...