Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Active Directory
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00931693
Message ID:
00931715
Views:
19
Whichever strings you pass to those API functions, like server name etc. -- convert them to Unicode like the following:
cServerName = StrConv(cServerName+chr(0), 5)
and then pass to a function...
Previous
Reply
Map
View

Click here to load this message in the networking platform