Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int WriteData(cli::array <System::Byte> ^ buf, int iBytes);
public int WriteData (byte[] buf, int iBytes);
abstract member WriteData : byte[] * int -> int
Public Function WriteData (buf As Byte(), iBytes As Integer) As Integer