MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / DOKAN_CALLBACK CryptUnmounted

Function DOKAN_CALLBACK CryptUnmounted

cppcryptfs/dokan/cryptdokan.cpp:1970–1975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1968}
1969
1970static NTSTATUS DOKAN_CALLBACK CryptUnmounted(PDOKAN_FILE_INFO DokanFileInfo) {
1971 CryptContext *con = GetContext();
1972
1973 DbgPrint(L"Unmounted\n");
1974 return STATUS_SUCCESS;
1975}
1976
1977static NTSTATUS DOKAN_CALLBACK CryptGetDiskFreeSpace(
1978 PULONGLONG FreeBytesAvailable, PULONGLONG TotalNumberOfBytes,

Callers

nothing calls this directly

Calls 1

DbgPrintFunction · 0.85

Tested by

no test coverage detected