Commit 7a1e7212 authored by Reece Dunn's avatar Reece Dunn Committed by Alexandre Julliard

include/mlang: Added a missing out attribute.

parent 2ef72411
...@@ -36,7 +36,7 @@ interface IMLangCodePages : IUnknown ...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment