VirtualBox Main API
Public Attributes | List of all members
IStringArray Interface Reference

When you need to return an array of strings asynchronously (under a progress) you cannot use by-value out parameter type="wstring" safearray="yes" dir="out", hence this wrapper. More...

Inheritance diagram for IStringArray:

Public Attributes

readonly attribute wstring[] values
 

Detailed Description

When you need to return an array of strings asynchronously (under a progress) you cannot use by-value out parameter type="wstring" safearray="yes" dir="out", hence this wrapper.

Interface ID:
{3890B2C8-604D-11E9-92D3-53CB473DB9FB}

Member Data Documentation

◆ values

readonly attribute wstring [] IStringArray::values