MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / GetScreenshotPropertyType

Method GetScreenshotPropertyType

headers/openvr_api.cs:4235–4239  ·  view source on GitHub ↗
(uint screenshotHandle,ref EVRScreenshotError pError)

Source from the content-addressed store, hash-verified

4233 return result;
4234 }
4235 public EVRScreenshotType GetScreenshotPropertyType(uint screenshotHandle,ref EVRScreenshotError pError)
4236 {
4237 EVRScreenshotType result = FnTable.GetScreenshotPropertyType(screenshotHandle,ref pError);
4238 return result;
4239 }
4240 public uint GetScreenshotPropertyFilename(uint screenshotHandle,EVRScreenshotPropertyFilenames filenameType,System.Text.StringBuilder pchFilename,uint cchFilename,ref EVRScreenshotError pError)
4241 {
4242 uint result = FnTable.GetScreenshotPropertyFilename(screenshotHandle,filenameType,pchFilename,cchFilename,ref pError);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected