(IntPtr pInterface)
| 4273 | { |
| 4274 | IVRResources FnTable; |
| 4275 | internal CVRResources(IntPtr pInterface) |
| 4276 | { |
| 4277 | FnTable = (IVRResources)Marshal.PtrToStructure(pInterface, typeof(IVRResources)); |
| 4278 | } |
| 4279 | public uint LoadSharedResource(string pchResourceName,string pchBuffer,uint unBufferLen) |
| 4280 | { |
| 4281 | IntPtr pchResourceNameUtf8 = Utils.ToUtf8(pchResourceName); |
nothing calls this directly
no outgoing calls
no test coverage detected