Description

Method used to retrive textual descriptions for a list of file extensions

Return Type

None  

Long indicating the number of values in the descriptions array

Syntax

object.GetFormatDescriptions extensions, descriptions, ReturnValue

The GetFormatDescriptions Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McStream.
extensionsRequired. A Variant value.
descriptionsRequired. A Variant value.
ReturnValueRequired. A Long value.

Remarks

The user passes in a SafeArray of Extensions (Usually queried from GetFormatExtensions) and will receive a safearray of their extensions as well as the number found and returned in the long ReturnValue