|
ReactOS 0.4.17-dev-934-g091855f
|


Public Member Functions | |
| UINT32 | GetCount () |
| HRESULT | FindLocaleName ([in] WCHAR const *locale_name, [out] UINT32 *index, [out] BOOL *exists) |
| HRESULT | GetLocaleNameLength ([in] UINT32 index, [out] UINT32 *length) |
| HRESULT | GetLocaleName ([in] UINT32 index, [out] WCHAR *locale_name, [in] UINT32 size) |
| HRESULT | GetStringLength ([in] UINT32 index, [out] UINT32 *length) |
| HRESULT | GetString ([in] UINT32 index, [out] WCHAR *buffer, [in] UINT32 size) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 685 of file dwrite.idl.
| HRESULT IDWriteLocalizedStrings::FindLocaleName | ( | [in] WCHAR const * | locale_name, |
| [out] UINT32 * | index, | ||
| [out] BOOL * | exists | ||
| ) |
| UINT32 IDWriteLocalizedStrings::GetCount | ( | ) |
| HRESULT IDWriteLocalizedStrings::GetLocaleName | ( | [in] UINT32 | index, |
| [out] WCHAR * | locale_name, | ||
| [in] UINT32 | size | ||
| ) |
| HRESULT IDWriteLocalizedStrings::GetString | ( | [in] UINT32 | index, |
| [out] WCHAR * | buffer, | ||
| [in] UINT32 | size | ||
| ) |