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(
|
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,
|
||||||
|
|
Loading…
Reference in New Issue