WsSetAutoFail function
Sets the next point to inject a failure. This is a DEBUG ONLY function.
Syntax
HRESULT WINAPI WsSetAutoFail(
_In_ ULONG count,
_In_opt_ WS_ERROR* error
);
Parameters
-
count [in]
-
Specifies how many operations before failures begin to occur.
-
error [in, optional]
-
A pointer to a WS_ERROR object where additional information about the error should be stored if the function fails.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|