Description

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

Return Type

None  

Long indicating the number of values in the extensions array

Syntax

object.GetFormatExtensions descriptions, extensions, ReturnValue

The GetFormatExtensions Method syntax has these parts:

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

Remarks

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