最終更新:2017-12-19 (火) 14:46:47 (2313d)  

UnmanagedFunctionPointer
Top / UnmanagedFunctionPointer

[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
public delegate bool FPtr( int value );

関連

  • Marshal.GetDelegateForFunctionPointer?