Fix the VarI4FromI2 API documentation.

This commit is contained in:
Francois Gouget 2004-10-07 02:59:45 +00:00 committed by Alexandre Julliard
parent 75be67c6c0
commit 0f313d0d5d
1 changed files with 1 additions and 1 deletions

View File

@ -1359,7 +1359,7 @@ HRESULT WINAPI VarI4FromUI1(BYTE bIn, LONG *piOut)
* Convert a VT_I2 to a VT_I4. * Convert a VT_I2 to a VT_I4.
* *
* PARAMS * PARAMS
* iIn [I] Source * sIn [I] Source
* piOut [O] Destination * piOut [O] Destination
* *
* RETURNS * RETURNS