Array Attributes
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The following attributes apply to arrays or SAFEARRAYs.
| Attribute | Description |
|---|---|
| library_block | Places a construct inside the .idl file's library block. |
| satype | Specifies the data type of the SAFEARRAY structure. |
| string | Indicates that the one-dimensional char, wchar_t, byte (or equivalent) array or the pointer to such an array must be treated as a string. |
Show: