include/mlang: Added a missing out attribute.

This commit is contained in:
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( HRESULT GetCharCodePages(
[in] WCHAR chSrc, [in] WCHAR chSrc,
DWORD *pdwCodePages); [out] DWORD *pdwCodePages);
HRESULT GetStrCodePages( HRESULT GetStrCodePages(
[in, size_is(cchSrc)] const WCHAR *pszSrc, [in, size_is(cchSrc)] const WCHAR *pszSrc,
[in] long cchSrc, [in] long cchSrc,