> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# HCGetHttpCallPerformFunction

> HCGetHttpCallPerformFunction

# HCGetHttpCallPerformFunction

Devuelve la devolución de llamada HCCallPerformFunction actual que implementa la función de ejecución HTTP en la plataforma actual.

## Sintaxis

```cpp theme={null}
HRESULT HCGetHttpCallPerformFunction(  
         HCCallPerformFunction* performFunc,  
         void** performContext  
)  
```

### Parámetros

*performFunc*   \_Out\_\
Tipo: HCCallPerformFunction\*

Se establece en la función de ejecución HTTP actual. Devuelve la rutina predeterminada si no se ha establecido anteriormente.

*performContext*   \_Out\_\
Tipo: void\*\*

El contexto de la devolución de llamada.

### Valor devuelto

Tipo: HRESULT

Código de resultado de esta operación de API. Los valores posibles son S\_OK, E\_HC\_ALREADY\_INITIALISED o E\_INVALIDARG.

## Comentarios

Se puede usar junto con HCSetHttpCallPerformFunction() para compilar un filtro que supervise y modifique todas las llamadas HTTP, sin dejar de usar la implementación HTTP predeterminada.

## Requisitos

**Encabezado:** httpProvider.h

**Biblioteca:** libHttpClient.GDK.lib

## Consulte también

[httpProvider](/reference/live/httpclient/httpprovider/httpprovider_members)


## Related topics

- [HCSetHttpCallPerformFunction](/es/reference/live/httpclient/httpprovider/functions/hcsethttpcallperformfunction.md)
- [HCHttpCallPerformAsync](/es/reference/live/httpclient/httpclient/functions/hchttpcallperformasync.md)
- [XblHttpCallPerformAsync](/es/reference/live/xsapi-c/http_call_c/functions/xblhttpcallperformasync.md)
- [XblHttpCallGetResponseString](/es/reference/live/xsapi-c/http_call_c/functions/xblhttpcallgetresponsestring.md)
- [XblHttpCallGetResponseBodyBytes](/es/reference/live/xsapi-c/http_call_c/functions/xblhttpcallgetresponsebodybytes.md)
