2023-09-30 14:02:30 +02:00
|
|
|
/* This file is auto-generated, do not edit. */
|
|
|
|
#include "unix_private.h"
|
2023-09-23 23:44:45 +02:00
|
|
|
|
2023-10-03 11:04:33 +02:00
|
|
|
#if 0
|
|
|
|
#pragma makedep unix
|
|
|
|
#endif
|
|
|
|
|
2023-09-30 13:08:49 +02:00
|
|
|
NTSTATUS ISteamMatchmakingServers_SteamMatchMakingServers002_CancelServerQuery( void *args )
|
2018-01-18 10:24:05 -06:00
|
|
|
{
|
2023-09-30 13:08:49 +02:00
|
|
|
struct ISteamMatchmakingServers_SteamMatchMakingServers002_CancelServerQuery_params *params = (struct ISteamMatchmakingServers_SteamMatchMakingServers002_CancelServerQuery_params *)args;
|
2025-01-16 10:32:36 +01:00
|
|
|
struct u_ISteamMatchmakingServers_SteamMatchMakingServers002 *iface = (struct u_ISteamMatchmakingServers_SteamMatchMakingServers002 *)params->u_iface;
|
2023-09-23 23:44:45 +02:00
|
|
|
iface->CancelServerQuery( params->hServerQuery );
|
2023-09-30 13:08:49 +02:00
|
|
|
return 0;
|
2018-01-18 10:24:05 -06:00
|
|
|
}
|
|
|
|
|
2025-01-16 20:39:28 +01:00
|
|
|
#ifdef __x86_64__
|
|
|
|
NTSTATUS wow64_ISteamMatchmakingServers_SteamMatchMakingServers002_CancelServerQuery( void *args )
|
|
|
|
{
|
|
|
|
struct wow64_ISteamMatchmakingServers_SteamMatchMakingServers002_CancelServerQuery_params *params = (struct wow64_ISteamMatchmakingServers_SteamMatchMakingServers002_CancelServerQuery_params *)args;
|
|
|
|
struct u_ISteamMatchmakingServers_SteamMatchMakingServers002 *iface = (struct u_ISteamMatchmakingServers_SteamMatchMakingServers002 *)params->u_iface;
|
|
|
|
iface->CancelServerQuery( params->hServerQuery );
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|