最終更新:2012-02-22 (水) 07:23:58 (4440d)  

_declspec
Top / _declspec

ウィンドウズ特有の拡張機能を関数やクラスに持たせたいときに使うもの

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

引数

  • align(num)
  • allocate("segname")
  • appdomain
  • deprecated
  • dllimport
  • dllexport
  • jitintrinsic
  • naked
  • noalias
  • noinline
  • noreturn
  • nothrow
  • novtable
  • process
  • property( {get=get_func_name|,put=put_func_name})
  • restrict
  • safebuffers
  • selectany
  • thread
  • uuid(" ComObjectGUID ")