Valve.Steamworks.ISteamMatchmakingServerListResponse.GetIntPtr C# (CSharp) Method

GetIntPtr() public abstract method

public abstract GetIntPtr ( ) : IntPtr
return IntPtr
        public abstract IntPtr GetIntPtr();

Usage Example

Example #1
0
public override uint RequestSpectatorServerList(uint iApp,MatchMakingKeyValuePair_t  [] ppchFilters,ISteamMatchmakingServerListResponse pRequestServersResponse)
{
	CheckIfUsable();
	uint result = NativeEntrypoints.SteamAPI_ISteamMatchmakingServers_RequestSpectatorServerList(m_pSteamMatchmakingServers,iApp,ppchFilters,(uint) ppchFilters.Length,pRequestServersResponse.GetIntPtr());
	return result;
}
All Usage Examples Of Valve.Steamworks.ISteamMatchmakingServerListResponse::GetIntPtr