CVRScreenshots.SubmitScreenshot Method

Definition

public:
 Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVRScreenshotError SubmitScreenshot(System::UInt32 screenshotHandle, Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVRScreenshotType type, System::String ^ pchSourcePreviewFilename, System::String ^ pchSourceVRFilename);
public Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRScreenshotError SubmitScreenshot (uint screenshotHandle, Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRScreenshotType type, string pchSourcePreviewFilename, string pchSourceVRFilename);
member this.SubmitScreenshot : uint32 * Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRScreenshotType * string * string -> Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRScreenshotError
Public Function SubmitScreenshot (screenshotHandle As UInteger, type As EVRScreenshotType, pchSourcePreviewFilename As String, pchSourceVRFilename As String) As EVRScreenshotError

Parameters

screenshotHandle
UInt32
pchSourcePreviewFilename
String
pchSourceVRFilename
String

Returns

EVRScreenshotError

Applies to