CVRScreenshots.SubmitScreenshot 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::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
- type
- EVRScreenshotType
- pchSourcePreviewFilename
- String
- pchSourceVRFilename
- String