IFONTMAPMODEL_GETAT()
Brew Release
Brew MP 1.0.2
See Also
IListModel Interface
IFontMapModel Interface
Description
This function is inherited from IListModel_GetAt().
Params
pif
[]:
[in] Pointer to the IFontMapModel interface object.
nIndex
[]:
[in] Indicates the zero-based index of the list item. The first item in the list is
indexed by 0, the second is indexed by 1, and so on...
ppoItem
[]:
[out] Pointer to a pointer returned by IFontMapModel_GetAt() that references the item stored
at the designated index position within the model.
Interface
Prototype
int IFontMapModel_GetAt(IFontMapModel *pif, uint32 nIndex, StyleDesc **ppoItem)
Return
AEE_SUCCESS - The model was able to successfully return a pointer to the requested item. AEE_EBADPARM - The requested index is not within the range of items stored in the model.
Side Effect
- None
Comments
The reference implementation always returns AEE_EBADPARM.
COMMENTS (0)
See Below