uname_()
Posted: Tue Apr 15, 2008 7:41 pm
				
				Hi!
I need some help about the use of the API uname_(). I tried to use that source code, without success (Invalid memory access on the first field debug).What did I do wrong?
Thanks in advance.
			I need some help about the use of the API uname_(). I tried to use that source code, without success (Invalid memory access on the first field debug).
Code: Select all
Structure utsname
  sysname.s
  nodename.s
  release.s
  version.s
  machine.s
  domainname.s
EndStructure
name.utsname
Debug uname_(@name)
Debug name\sysname
Debug name\nodename
Debug name\release
Debug name\version
Debug name\machine
Debug name\domainnameThanks in advance.