()
| 2560 | return result; |
| 2561 | } |
| 2562 | public void AcknowledgeQuit_Exiting() |
| 2563 | { |
| 2564 | FnTable.AcknowledgeQuit_Exiting(); |
| 2565 | } |
| 2566 | public uint GetAppContainerFilePaths(System.Text.StringBuilder pchBuffer,uint unBufferSize) |
| 2567 | { |
| 2568 | uint result = FnTable.GetAppContainerFilePaths(pchBuffer,unBufferSize); |
nothing calls this directly
no outgoing calls
no test coverage detected