CVRIOBuffer.Open(String, EIOBufferMode, UInt32, UInt32, UInt64) 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 Open(System::String ^ pchPath, Microsoft::MixedReality::Toolkit::OpenVR::Headers::EIOBufferMode mode, System::UInt32 unElementSize, System::UInt32 unElements, System::UInt64 % pulBuffer);
public Microsoft.MixedReality.Toolkit.OpenVR.Headers.EIOBufferError Open (string pchPath, Microsoft.MixedReality.Toolkit.OpenVR.Headers.EIOBufferMode mode, uint unElementSize, uint unElements, ref ulong pulBuffer);
member this.Open : string * Microsoft.MixedReality.Toolkit.OpenVR.Headers.EIOBufferMode * uint32 * uint32 * uint64 -> Microsoft.MixedReality.Toolkit.OpenVR.Headers.EIOBufferError
Public Function Open (pchPath As String, mode As EIOBufferMode, unElementSize As UInteger, unElements As UInteger, ByRef pulBuffer As ULong) As EIOBufferError
Parameters
- pchPath
- String
- mode
- EIOBufferMode
- unElementSize
- UInt32
- unElements
- UInt32
- pulBuffer
- UInt64