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

Method GetScreenshotPropertyFilename

headers/openvr_api.cs:4240–4244  ·  view source on GitHub ↗
(uint screenshotHandle,EVRScreenshotPropertyFilenames filenameType,System.Text.StringBuilder pchFilename,uint cchFilename,ref EVRScreenshotError pError)

Source from the content-addressed store, hash-verified

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);
4243 return result;
4244 }
4245 public EVRScreenshotError UpdateScreenshotProgress(uint screenshotHandle,float flProgress)
4246 {
4247 EVRScreenshotError result = FnTable.UpdateScreenshotProgress(screenshotHandle,flProgress);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected