What's the name of the “create hard link” function in MSVCRT?

大城市里の小女人 提交于 2019-12-20 04:38:29

问题


To fix a bug in this answer: What's the correct name of the function to create a hard link in MSVCRT?


回答1:


Oddly enough, there's a function called CreateHardLink. But it doesn't live in MSVCRT; it's part of Kernel32.



来源:https://stackoverflow.com/questions/6015006/whats-the-name-of-the-create-hard-link-function-in-msvcrt

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!