First - so I don't get in any trouble - I've posted a similar question on other forums but have not gotten any responses so branching out in my quest for help as well as changing the question a little.
Previously I was trying to find out why calling LoadUserProfile(...) was not creating the User Profile if it did not already exist (for example when creating an account programmatically) - MSDN had the following article on HOW TO but it doesn't seem to work (copy/paste the code and switched it to C# - account is created, no failures or exceptions, but User Profile is just not created)
http://support.microsoft.com/kb/196070/en-us
Now, forget this as I assume it just isn't the right approach (or just doesn't work anymore - hopefully not me making a stupid mistake)
Anyways - my question is - what other means can I use to programmatically create a USER PROFILE for a user account?
Is there some kind of CreateUserProfile(...) function (I couldn't find one on MSDN), etc...
Any help would be much appreciated...
Thanks,