Sha256: d6d02a18f03e6872a4722dadb8e710e58bc4f3de5a2b2b2bc8cd7e4acc4215fa
Contents?: true
Size: 362 Bytes
Versions: 9
Compression:
Stored size: 362 Bytes
Contents
#include "Stdafx.h" extern "C" { __declspec(dllexport) void Invoke(ElementInformationPtr element, char* errorInfo, const int errorInfoLength) { try { ElementFrom(element)->As<InvokePattern^>(InvokePattern::Pattern)->Invoke(); } catch(Exception^ e) { StringHelper::CopyToUnmanagedString(e, errorInfo, errorInfoLength); } } }
Version data entries
9 entries across 9 versions & 1 rubygems