CVRScreenshots.RequestScreenshot 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 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
- type
- EVRScreenshotType
- pchPreviewFilename
- String
- pchVRFilename
- String