CVROverlay.GetOverlayImageData(UInt64, IntPtr, UInt32, 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::EVROverlayError GetOverlayImageData(System::UInt64 ulOverlayHandle, IntPtr pvBuffer, System::UInt32 unBufferSize, System::UInt32 % punWidth, System::UInt32 % punHeight);
public Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVROverlayError GetOverlayImageData (ulong ulOverlayHandle, IntPtr pvBuffer, uint unBufferSize, ref uint punWidth, ref uint punHeight);
member this.GetOverlayImageData : uint64 * nativeint * uint32 * uint32 * uint32 -> Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVROverlayError
Public Function GetOverlayImageData (ulOverlayHandle As ULong, pvBuffer As IntPtr, unBufferSize As UInteger, ByRef punWidth As UInteger, ByRef punHeight As UInteger) As EVROverlayError
Parameters
- ulOverlayHandle
- UInt64
- pvBuffer
-
IntPtr
nativeint
- unBufferSize
- UInt32
- punWidth
- UInt32
- punHeight
- UInt32