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

Function head

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

Source from the content-addressed store, hash-verified

1704*****************************************************/
1705extern "C"
1706void __declspec(dllexport) __cdecl head(HWND hwndParent,
1707 int string_size,
1708 TCHAR *variables,
1709 stack_t **stacktop,
1710 extra_parameters *extra
1711 )
1712{
1713 fhead = true;
1714 get(hwndParent, string_size, variables, stacktop, extra);
1715}
1716
1717/*****************************************************
1718* FUNCTION NAME: DllMain()

Callers

nothing calls this directly

Calls 1

getFunction · 0.70

Tested by

no test coverage detected