Creating thread in windows 8 with c language -
i wanted know routine createthread works in windows 8 ? if yes enough add header file #include or other changes added in windows 8
createthread function supported windows desktop apps not supported windows metro-style apps. if see windows 8 architecture, can find win32 library not available metro apps. have use threadpool.runasync methods instead.
Comments
Post a Comment