Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Compiled-Code/eac-mapper
/ unload_drv
Function
unload_drv
dependencies/vdm/vdm/vdm.hpp:25–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
__forceinline auto unload_drv(HANDLE drv_handle) -> NTSTATUS
26
{
27
if (!CloseHandle(drv_handle))
28
return STATUS_FAIL_CHECK;
29
}
30
31
struct data_packet_t
32
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected