Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NetLocalGroupAddMembers error codes
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00924900
Message ID:
00925108
Views:
26
This message has been marked as the solution to the initial question of the thread.
Hi Fernando,

"L" is just part of C/C++ notation, remove it.

NERR_BASE is another constant, request it as all others constants in this reference.
#DEFINE ERROR_MEMBER_IN_ALIAS 1378  && no "L" :)
#DEFINE NERR_BASE 2100
...
#DEFINE NERR_GroupNotFound (NERR_BASE+120)
* or
#DEFINE NERR_GroupNotFound 2220
* whichever suits you better :)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform