Edit

Share via


TestClose function

Closes a test handle.

Syntax

void TestClose(
    HANDLE test);

Parameters

test

The test handle returned from TestCreate or TestOpen.

Return value

None.

Remarks

This function has no associated import library or header file; it must be invoked using the LoadLibrary and GetProcAddress functions.

Requirements

Requirement Value
Minimum supported client Windows Build 22000
Minimum supported server Windows Server 2022
Header None
DLL kernelbase.dll