CVRIOBuffer.Read(UInt64, IntPtr, UInt32, UInt32) Method
Definition
Important
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:
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