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

Function post

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

Source from the content-addressed store, hash-verified

1685*****************************************************/
1686extern "C"
1687void __declspec(dllexport) __cdecl post(HWND hwndParent,
1688 int string_size,
1689 TCHAR *variables,
1690 stack_t **stacktop,
1691 extra_parameters *extra
1692 )
1693{
1694 szPost = (CHAR*)LocalAlloc(LPTR, string_size);
1695 get(hwndParent, string_size, variables, stacktop, extra);
1696}
1697
1698/*****************************************************
1699* FUNCTION NAME: head()

Callers

nothing calls this directly

Calls 1

getFunction · 0.70

Tested by

no test coverage detected