Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |