XAmpleManagedWrapper.XAmpleDLLWrapper.AmpleParseText C# (CSharp) Method

AmpleParseText() private method

private AmpleParseText ( IntPtr pSetupIo, byte pszInputTextIn, string pszUseTextIn ) : IntPtr
pSetupIo System.IntPtr
pszInputTextIn byte
pszUseTextIn string
return System.IntPtr
		static internal extern IntPtr AmpleParseText (IntPtr pSetupIo, byte[] pszInputTextIn, string pszUseTextIn);