DLL中__declspec这个单词的记忆

每次在写DLL相关的代码时,遇到这个单词__declspec常是记不住,不行就复制。Google一下发现:
The __declspec keyword must prefix the declaration specification
简单的可以理解为“声明规范”。

你可能感兴趣的:(Google,dll)