MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / put

Function put

cmake/Windows/Contrib/Inetc/inetc.cpp:1666–1677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1664*****************************************************/
1665extern "C"
1666void __declspec(dllexport) __cdecl put(HWND hwndParent,
1667 int string_size,
1668 TCHAR *variables,
1669 stack_t **stacktop,
1670 extra_parameters *extra
1671 )
1672{
1673 fput = true;
1674 lstrcpy(szDownloading, TEXT("Uploading %s"));
1675 lstrcpy(szStatus[2], TEXT("Uploading"));
1676 get(hwndParent, string_size, variables, stacktop, extra);
1677}
1678
1679/*****************************************************
1680* FUNCTION NAME: post()

Callers

nothing calls this directly

Calls 1

getFunction · 0.70

Tested by

no test coverage detected