(IntPtr pInterface)
| 4214 | { |
| 4215 | IVRScreenshots FnTable; |
| 4216 | internal CVRScreenshots(IntPtr pInterface) |
| 4217 | { |
| 4218 | FnTable = (IVRScreenshots)Marshal.PtrToStructure(pInterface, typeof(IVRScreenshots)); |
| 4219 | } |
| 4220 | public EVRScreenshotError RequestScreenshot(ref uint pOutScreenshotHandle,EVRScreenshotType type,string pchPreviewFilename,string pchVRFilename) |
| 4221 | { |
| 4222 | pOutScreenshotHandle = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected