ole32: Fix typos in comments.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
8cd1225497
commit
b26f9d1996
|
@ -4763,7 +4763,7 @@ HRESULT WINAPI CoWaitForMultipleHandles(DWORD dwFlags, DWORD dwTimeout,
|
|||
* PARAMS
|
||||
* pszName [I] String representing the object.
|
||||
* pBindOptions [I] Parameters affecting the binding to the named object.
|
||||
* riid [I] Interface to bind to on the objecct.
|
||||
* riid [I] Interface to bind to on the object.
|
||||
* ppv [O] On output, the interface riid of the object represented
|
||||
* by pszName.
|
||||
*
|
||||
|
|
|
@ -8621,7 +8621,7 @@ end:
|
|||
* pwcsName [ I] Unicode string with filename (can be relative or NULL)
|
||||
* grfMode [ I] Access mode for opening the new storage object (see STGM_ constants)
|
||||
* reserved [ ?] unused?, usually 0
|
||||
* ppstgOpen [IO] A pointer to IStorage pointer to the new onject
|
||||
* ppstgOpen [IO] A pointer to IStorage pointer to the new object
|
||||
*
|
||||
* RETURNS
|
||||
* S_OK if the file was successfully created
|
||||
|
|
Loading…
Reference in New Issue