Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
NetLocalGroupAddMembers error codes
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00924900
Message ID:
00925108
Vues:
25
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 :)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform