XAmpleManagedWrapper.XAmpleDLLWrapper.AmpleCheckMorphReferencesMarshaled C# (CSharp) Method

AmpleCheckMorphReferencesMarshaled() private method

private AmpleCheckMorphReferencesMarshaled ( IntPtr pSetupIo ) : string
pSetupIo System.IntPtr
return string
		internal string AmpleCheckMorphReferencesMarshaled(IntPtr pSetupIo)
		{
			var ret = AmpleCheckMorphReferences(pSetupIo);
			return Marshal.PtrToStringAnsi(ret);
		}