Bloomberg Interview Question

What's the function call and syntax to create a thread in windows api

Interview Answer

Anonymous

Feb 6, 2015

CreateThread and I have no idea about the parameters because I haven't used it in over 10 years and if I did need it I would look it up. I guess at minimum there is the thread function and a parameter to pass.