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