Skip to content

Commit

Permalink
Updates from 20080813.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsteh committed Aug 14, 2008
1 parent 80d5dcb commit 9602e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/Accessible2.idl
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

Note that the S_FALSE return value is considered a non-error value and the
SUCCEEDED macro will return TRUE. S_FALSE is used when there is no failure
but there was nothing valid to return, e.g. in IAccessilbe2::attributes when
but there was nothing valid to return, e.g. in IAccessible2::attributes when
there are no attributes. When S_FALSE is returned [out] pointer types should
be NULL and [out] longs should generally be 0, but sometimes -1 is used such
as IAccessible2::indexInParent, IAccessibleText::caretOffset, and
Expand Down
1 change: 1 addition & 0 deletions api/IA2TypeLibrary.idl
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ library IAccessible2Lib
enum IA2States;
enum IA2TableModelChangeType;
enum IA2TextBoundaryType;
enum IA2TextSpecialOffsets;
}

0 comments on commit 9602e9a

Please sign in to comment.