include/mlang: Added a missing out attribute.

oldstable
Reece Dunn 2008-10-23 22:26:58 +01:00 committed by Alexandre Julliard
parent 2ef724113a
commit 7a1e721205
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ interface IMLangCodePages : IUnknown
{
HRESULT GetCharCodePages(
[in] WCHAR chSrc,
DWORD *pdwCodePages);
[out] DWORD *pdwCodePages);
HRESULT GetStrCodePages(
[in, size_is(cchSrc)] const WCHAR *pszSrc,
[in] long cchSrc,