Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Novell UserName 1

Status
Not open for further replies.

MickeD

Programmer
Feb 20, 2000
54
0
0
Hi,<br>Is there any way to get User name from Novell (some API function I think ...)<br>thanks.
 
This works for me:<br><br>Declare Function WNetGetUser Lib &quot;mpr.dll&quot; Alias &quot;WNetGetUserA&quot; (ByVal lpName As String, ByVal lpUserName As String, lpnLength As Long) As Long<br>
 
I'm not sure where to place the function call. Can you give me a better example? I admit I'm clueless. Thanks. [sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top