(IntPtr pInterface)
| 4780 | { |
| 4781 | IVRBlockQueue FnTable; |
| 4782 | internal CVRBlockQueue(IntPtr pInterface) |
| 4783 | { |
| 4784 | FnTable = (IVRBlockQueue)Marshal.PtrToStructure(pInterface, typeof(IVRBlockQueue)); |
| 4785 | } |
| 4786 | public EBlockQueueError Create(ref ulong pulQueueHandle,string pchPath,uint unBlockDataSize,uint unBlockHeaderSize,uint unBlockCount,uint unFlags) |
| 4787 | { |
| 4788 | pulQueueHandle = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected