#navi_header|C言語系| DelphiにおいてCOM/OLEプログラミングで使う。タイプライブラリとも関連してくる。 - 引数は右→左の順(レジスタは使わない) - ''呼ばれる(callee)側でスタッククリーンアップ'' 詳細は以下のEMBARCADERO, RAD Studio のWikiページを参照。 - Type Library (Delphi) - RAD Studio -- http://docwiki.embarcadero.com/RADStudio/en/Type_Library_%28Delphi%29 - Procedures and Functions - RAD Studio -- http://docwiki.embarcadero.com/RADStudio/en/Procedures_and_Functions - How Delphi Adds Properties - RAD Studio -- http://docwiki.embarcadero.com/RADStudio/en/How_Delphi_Adds_Properties - Code Generated When You Import Type Library Information - RAD Studio -- http://docwiki.embarcadero.com/RADStudio/en/Code_Generated_When_You_Import_Type_Library_Information その他: - x86 calling conventions - Wikipedia, the free encyclopedia -- http://en.wikipedia.org/wiki/X86_calling_conventions - What's safecall? - Stack Overflow -- http://stackoverflow.com/questions/96042/whats-safecall #navi_footer|C言語系|