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:
void Read(System::Byte* pv, int cb, int* pcbRead);
public void Read (byte* pv, int cb, int* pcbRead);
abstract member Read : nativeptr<byte> * int * nativeptr<int> -> unit