executecrosssession.h 914 B

1234567891011121314
  1. //main
  2. DECLSPEC_IMPORT HRESULT WINAPI OLE32$CoInitializeEx(LPVOID pvReserved, DWORD dwCoInit);
  3. DECLSPEC_IMPORT void WINAPI OLE32$CoUninitialize(void);
  4. DECLSPEC_IMPORT HRESULT WINAPI OLE32$CoCreateInstance (REFCLSID rclsid, LPUNKNOWN pUnkOuter, DWORD dwClsContext, REFIID riid, LPVOID *ppv);
  5. DECLSPEC_IMPORT HRESULT WINAPI OLE32$CLSIDFromString(LPCOLESTR lpsz, LPCLSID pclsid);
  6. WINBASEAPI int __cdecl MSVCRT$strcmp(const char *str1, const char *str2);
  7. WINBASEAPI size_t __cdecl MSVCRT$wcslen(const wchar_t *str);
  8. WINBASEAPI int __cdecl MSVCRT$wcsncmp(const wchar_t *str1, const wchar_t *str2, size_t num);
  9. WINBASEAPI void* __cdecl MSVCRT$malloc(size_t size);
  10. WINBASEAPI errno_t __cdecl MSVCRT$wcscpy_s(wchar_t *dest, size_t destsz, const wchar_t *src);
  11. WINBASEAPI errno_t __cdecl MSVCRT$wcscat_s(wchar_t *dest, size_t destsz, const wchar_t *src);
  12. WINBASEAPI int __cdecl MSVCRT$wprintf(const wchar_t *format, ...);