SteamNetworkingMessage_t.m_pfnRelease

Function to used to decrement the internal reference count and, if it's zero, release the message. You should not set this function pointer, or need to access this directly! Use the Release() function instead!

struct SteamNetworkingMessage_t
void function(SteamNetworkingMessage_t*) m_pfnRelease;

Meta