最終更新:2017-12-12 (火) 18:20:51 (2319d)  

__declspec
Top / __declspec

  • __declspec(thread)

http://msdn.microsoft.com/ja-jp/library/vstudio/dabb5z75.aspx

引数

  • align( # )
  • allocate?(" segname ")
  • appdomain?
  • deprecated?
  • dllimport? - DLLの関数を使うとき
  • dllexport - DLLで関数を宣言するとき
  • jitintrinsic?
  • naked?
  • noalias?
  • noinline?
  • noreturn?
  • nothrow?
  • novtable?
  • process
  • property( {get=get_func_name | ,put= put_func_name})
  • restrict?
  • safebuffers?
  • selectany?
  • thread?
  • uuid(" ComObjectGUID ")

メモ