Skip to main content

HCMockSetMockMatchedCallback

Add an intermediate callback that will be called when the specified mock is matched. This gives the client another opportunity to specify the mock response.

Syntax

Parameters

call   _In_
Type: HCMockCallHandle
The matched mock. callback   _In_
Type: HCMockMatchedCallback
Callback to be invoked when the mock is matched. context   _In_opt_
Type: void*
Client context.

Return value

Type: HRESULT Result code for this API operation. Possible values are S_OK, E_INVALIDARG, or E_FAIL.

Requirements

Header: mock.h Library: libHttpClient.GDK.lib

See also

mock
Last modified on August 4, 2026