ReactOS 0.4.17-dev-934-g091855f
IDWriteLocalizedStrings Interface Reference
Inheritance diagram for IDWriteLocalizedStrings:
Collaboration diagram for IDWriteLocalizedStrings:

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
 

Detailed Description

Definition at line 685 of file dwrite.idl.

Member Function Documentation

◆ FindLocaleName()

HRESULT IDWriteLocalizedStrings::FindLocaleName ( [in] WCHAR const *  locale_name,
[out] UINT32 *  index,
[out] BOOL *  exists 
)

◆ GetCount()

UINT32 IDWriteLocalizedStrings::GetCount ( )

◆ GetLocaleName()

HRESULT IDWriteLocalizedStrings::GetLocaleName ( [in] UINT32  index,
[out] WCHAR *  locale_name,
[in] UINT32  size 
)

◆ GetLocaleNameLength()

HRESULT IDWriteLocalizedStrings::GetLocaleNameLength ( [in] UINT32  index,
[out] UINT32 *  length 
)

◆ GetString()

HRESULT IDWriteLocalizedStrings::GetString ( [in] UINT32  index,
[out] WCHAR *  buffer,
[in] UINT32  size 
)

◆ GetStringLength()

HRESULT IDWriteLocalizedStrings::GetStringLength ( [in] UINT32  index,
[out] UINT32 *  length 
)

The documentation for this interface was generated from the following file: