(IntPtr pInterface)
| 2973 | { |
| 2974 | IVRChaperoneSetup FnTable; |
| 2975 | internal CVRChaperoneSetup(IntPtr pInterface) |
| 2976 | { |
| 2977 | FnTable = (IVRChaperoneSetup)Marshal.PtrToStructure(pInterface, typeof(IVRChaperoneSetup)); |
| 2978 | } |
| 2979 | public bool CommitWorkingCopy(EChaperoneConfigFile configFile) |
| 2980 | { |
| 2981 | bool result = FnTable.CommitWorkingCopy(configFile); |
nothing calls this directly
no outgoing calls
no test coverage detected