MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / Ext2ClosePipe

Function Ext2ClosePipe

Ext2Mgr/Ext2Pipe.cpp:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void Ext2ClosePipe()
69{
70 if (g_hPipe != NULL && g_hPipe != INVALID_HANDLE_VALUE) {
71 CloseHandle(g_hPipe);
72 g_hPipe = NULL;
73 }
74}
75
76BOOL Ext2ReadPipe(HANDLE p, PVOID b, DWORD c, PDWORD r)
77{

Callers 2

Ext2PipeControlFunction · 0.85
Ext2StopPipeSrvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected