IEditCharacter::GetExportFilterList

Returns a list of file filters for each supported character file format.

   

HRESULT GetExportFilterList( BSTR* pbstrFilter );

Parameters

pbstrFilter
[out] Address of the string that will receive the filter list.

Return Values

Remarks

When converted to a string of TCHAR's this value can be used as the filter list for OPENFILENAME::lpstrFilter. NOTE: The returned string contains embedded NULL characters.

See Also

Copyright © 2004-2010 Fragmosoft