GetDelegateCommand method
Implementation
ffi.Pointer<ffi.Char> GetDelegateCommand(
ffi.Pointer<ImageInfo> arg0,
ffi.Pointer<Image> arg1,
ffi.Pointer<ffi.Char> arg2,
ffi.Pointer<ffi.Char> arg3,
ffi.Pointer<ExceptionInfo> arg4,
) {
return _GetDelegateCommand(
arg0,
arg1,
arg2,
arg3,
arg4,
);
}