Link to home
Start Free TrialLog in
Avatar of Flora Edwards
Flora EdwardsFlag for Sweden

asked on

what is the 64bit version of this window API?

i need to convert this

 Private Declare Function GetUserNameEx _
   Lib "secur32.dll" Alias "GetUserNameExA" _
     (ByVal NameFormat As Long, _
      ByVal lpNameBuffer As String, _
      ByRef nSize As Long) _
   As Long

Open in new window


to work in 64bit.
ASKER CERTIFIED SOLUTION
Avatar of Joe Howard
Joe Howard
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Flora Edwards

ASKER

thanks very much. you solved something really difficult for me. i searched a lot in google and i could not find anything there.

thanks so very much.