Skip to content

IVRScreenshots::GetScreenshotPropertyType

ZoidCTF edited this page Jun 10, 2016 · 1 revision

EVRScreenshotType GetScreenshotPropertyType( ScreenshotHandle_t screenshotHandle, EVRScreenshotError *pError )

Return the type of specified screenshot.

  • ScreenshotHandle_t screenshotHandle - Handle to the screenshot that the type is being requested.
  • EVRScreenshotError *pError - Pointer to the error to be returned. VRScreenshotError_NotFound can be set if this handle was not found.

Description

When your application receives a VREvent_RequestScreenshot event, call this functions to get the type of the screenshot requested.

Clone this wiki locally