CVRScreenshots.RequestScreenshot Method

Definition

public:
 Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVRScreenshotError RequestScreenshot(System::UInt32 % pOutScreenshotHandle, Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVRScreenshotType type, System::String ^ pchPreviewFilename, System::String ^ pchVRFilename);
public Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRScreenshotError RequestScreenshot (ref uint pOutScreenshotHandle, Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRScreenshotType type, string pchPreviewFilename, string pchVRFilename);
member this.RequestScreenshot : uint32 * Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRScreenshotType * string * string -> Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRScreenshotError
Public Function RequestScreenshot (ByRef pOutScreenshotHandle As UInteger, type As EVRScreenshotType, pchPreviewFilename As String, pchVRFilename As String) As EVRScreenshotError

Parameters

pOutScreenshotHandle
UInt32
pchPreviewFilename
String
pchVRFilename
String

Returns

EVRScreenshotError

Applies to