public Profile GetUserProfile(uint userId) { Profile profile = new Profile(); EmoEngine.errorHandler(EdkDll.EE_GetUserProfile(userId, profile.GetHandle())); return(profile); }