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

Public Member Functions

UINT32 GetCount ()
 
HRESULT GetLocaleNameLength ([in] UINT32 index, [out] UINT32 *length)
 
HRESULT GetLocaleName ([in] UINT32 index, [out] WCHAR *name, [in] UINT32 size)
 
HRESULT GetStringLength ([in] UINT32 index, [out] UINT32 *length)
 
HRESULT GetString ([in] UINT32 index, [out] WCHAR *string, [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 330 of file dwrite_3.idl.

Member Function Documentation

◆ GetCount()

UINT32 IDWriteStringList::GetCount ( )

◆ GetLocaleName()

HRESULT IDWriteStringList::GetLocaleName ( [in] UINT32  index,
[out] WCHAR *  name,
[in] UINT32  size 
)

◆ GetLocaleNameLength()

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

◆ GetString()

HRESULT IDWriteStringList::GetString ( [in] UINT32  index,
[out] WCHAR *  string,
[in] UINT32  size 
)

◆ GetStringLength()

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

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