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.
