|
-
Jul 17th, 2002, 03:20 AM
#1
Thread Starter
New Member
Unicode...
the damn strconv function doesnt allow you to convert to unicode anymore, so I need a new solution. Im using the
Code:
Declare Auto Function NetScheduleJobAdd Lib "netapi32.dll" (ByVal Servername As String, ByVal Buffer As Object, ByVal Jobid As Integer) As Long
api. The problem is...the servername needs to be unicode encoded in order to function properly. I need to take a regular string and convert it to unicode. Can anyone help?
-
Jul 17th, 2002, 04:30 AM
#2
I think to problem is solved if you change
Declare Auto Function
to
Declare Unicode Function
-
Jul 17th, 2002, 12:52 PM
#3
Thread Starter
New Member
Nope, that wont do it. I need to pass a unicode formatted string to it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|