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: |
| object | An expression evaluating to an object of type McStream. | | extensions | Required. A Variant value. | | descriptions | Required. A Variant value. | | ReturnValue | Required. 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
|