Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 761 Bytes

array-attributes.md

File metadata and controls

20 lines (16 loc) · 761 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Array Attributes
Array Attributes (C++ COM)
10/02/2018
arrays [C++], attributes
36f80b76-7f20-41ae-a6bf-460e5379f26b

Array Attributes

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.

See also

Attributes by Usage