How to create an NT user using C++??
Please show me some codes.
Thanks,
chewlim
Printable View
How to create an NT user using C++??
Please show me some codes.
Thanks,
chewlim
check out the NetUserAdd function on MSDN. This is one of the very few functions that even has a sample in the function description.