Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- buffer
- Memory buffer.
- itemCount
- Number of items to write. The amount of data written into the memory buffer will be
itemCountmultiplied byitemSize.The relative values ofitemCountanditemSizereally do not matter; the only thing that matters is their product. It is often convenient to setitemSizeto 1, so thatitemCountis the number of bytes to write. - itemSize
- Number of bytes in an item.