include/mlang: Added a missing out attribute.
This commit is contained in:
parent
2ef724113a
commit
7a1e721205
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue