<div class="content" name="BinaryArray_r" uuid="795e683a-eab6-4796-a8d5-91cc81d7784c"><p>The BinaryArray_r structure is an array of <a href="1f2db872-f948-4637-a923-eca5df76130a" data-linktype="relative-path">Binary_r</a> data structures.</p><dl>
<dd>
<div><pre> typedef struct _BinaryArray_r {
   [range(0,100000)] DWORD cValues;
   [size_is(cValues)] Binary_r* lpbin;
 } BinaryArray_r;
</pre></div>
</dd></dl><p><b>cValues:</b>  The number of Binary_r
data structures represented in the BinaryArray_r structure. This value MUST NOT
exceed 100,000.</p><p><b>lpbin:</b>  The Binary_r data
structures.</p></div>