Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 640 Bytes

kinds-of-arrays.md

File metadata and controls

21 lines (15 loc) · 640 Bytes
title description ms.assetid ms.topic ms.date
Kinds of Arrays
MIDL enables the ability to specify fixed, varying, and conformant arrys in a Remote Procedure Call (RPC) application.
df0ebcd0-0a2a-4ae1-90ec-aa5bc8dc59a0
article
05/31/2018

Kinds of Arrays

MIDL provides the ability to specify the following types of arrays in your RPC application:

All three array types can be used as [ in], [ out], or [in,out] parameters.