You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extern"C" DLL_EXPORT void STDMETHODCALLTYPE GetInt128Out(uint64_t upper, uint64_t lower, char* pValue /* This is a char*, as .NET does not currently guarantee that Int128 values are aligned */)
extern"C" DLL_EXPORT void STDMETHODCALLTYPE AddStructWithInt128_ByRef(char *pLhs, char *pRhs)/* These are char*, as .NET does not currently guarantee that Int128 values are aligned */
extern"C" DLL_EXPORT Int128 STDMETHODCALLTYPE AddInt128s(constchar* pValues/* These are char*, as .NET does not currently guarantee that Int128 values are aligned */, uint32_t count)
extern"C" DLL_EXPORT void STDMETHODCALLTYPE GetUInt128Out(uint64_t upper, uint64_t lower, char* pValue/* This is a char*, as .NET does not currently guarantee that Int128 values are aligned */)
extern"C" DLL_EXPORT UInt128 STDMETHODCALLTYPE AddUInt128s(constchar* pValues/* These are char*, as .NET does not currently guarantee that Int128 values are aligned */, uint32_t count)
0 commit comments