On Wednesday, April 30, 2008 6:58 AM srharton wrote:
You need to use the lineGetGeneralInfo procedure defined in cellcore.dll.
[DllImport("cellcore", SetLastError = true)]
extern public static int lineGetGeneralInfo(IntPtr hLine,
byte[] lpLineGeneralInfo);
Then inspect the SerialNumber parameter of the LINEGENERALINFO structure:
http://msdn.microsoft.com/en-us/library/ms862476.aspx
--
Simon Hart
Visual Developer - Device Application Development MVP
http://simonrhart.blogspot.com
"Armando Rocha" wrote: