MCPcopy Create free account
hub / github.com/Detanup01/gbe_fork / SteamAPI_ISteamHTMLSurface_AddHeader

Function SteamAPI_ISteamHTMLSurface_AddHeader

dll/flat.cpp:4959–4962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4957}
4958
4959STEAMAPI_API void SteamAPI_ISteamHTMLSurface_AddHeader( ISteamHTMLSurface* self, HHTMLBrowser unBrowserHandle, const char * pchKey, const char * pchValue )
4960{
4961 return (get_steam_client()->steam_HTMLsurface)->AddHeader(unBrowserHandle, pchKey, pchValue);
4962}
4963
4964STEAMAPI_API void SteamAPI_ISteamHTMLSurface_ExecuteJavascript( ISteamHTMLSurface* self, HHTMLBrowser unBrowserHandle, const char * pchScript )
4965{

Callers

nothing calls this directly

Calls 2

get_steam_clientFunction · 0.85
AddHeaderMethod · 0.80

Tested by

no test coverage detected