Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GetUserName
#1
Hey, im wondering what is the difference in what number you set the int equal to?

Code:
Copy      Help
str user
int nn=257;; Right here?
if(!GetUserName(user.all(nn) &nn)) ret
user.fix(nn-1)
out user
#2
It is size of memory passed to the function. You can read about most of the brown-colored functions in the MSDN Library on the Internet.
#3

Here is the GetUserName Function Topic, in the MSDN Library.
http://msdn2.microsoft.com/en-us/library/ms724432
Taking on Quick Macros one day at a time
#4
Thanks to both of ya!

I read alittle about it.


Forum Jump:


Users browsing this thread: 1 Guest(s)