oleaut32: VarCmp - Corrected function description.

This commit is contained in:
Benjamin Arai 2006-07-17 11:30:58 -07:00 committed by Alexandre Julliard
parent 593541a50c
commit d42002b72c
1 changed files with 1 additions and 1 deletions

View File

@ -2615,7 +2615,7 @@ static HRESULT _VarChangeTypeExWrap (VARIANTARG* pvargDest,
* RETURNS
* VARCMP_LT: left variant is less than right variant.
* VARCMP_EQ: input variants are equal.
* VARCMP_LT: left variant is greater than right variant.
* VARCMP_GT: left variant is greater than right variant.
* VARCMP_NULL: either one of the input variants is NULL.
* Failure: An HRESULT error code indicating the error.
*