CVRIOBuffer.Read(UInt64, IntPtr, UInt32, UInt32) Method

Definition

public:
 Microsoft::MixedReality::Toolkit::OpenVR::Headers::EIOBufferError Read(System::UInt64 ulBuffer, IntPtr pDst, System::UInt32 unBytes, System::UInt32 % punRead);
public Microsoft.MixedReality.Toolkit.OpenVR.Headers.EIOBufferError Read (ulong ulBuffer, IntPtr pDst, uint unBytes, ref uint punRead);
member this.Read : uint64 * nativeint * uint32 * uint32 -> Microsoft.MixedReality.Toolkit.OpenVR.Headers.EIOBufferError
Public Function Read (ulBuffer As ULong, pDst As IntPtr, unBytes As UInteger, ByRef punRead As UInteger) As EIOBufferError

Parameters

ulBuffer
UInt64
pDst
IntPtr

nativeint

unBytes
UInt32
punRead
UInt32

Returns

EIOBufferError

Applies to