MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / crypt_fill_find_data

Function crypt_fill_find_data

cppcryptfs/dokan/cryptdokan.cpp:1013–1017  ·  view source on GitHub ↗

use our own callback so rest of the code doesn't need to know about Dokany internals

Source from the content-addressed store, hash-verified

1011
1012// use our own callback so rest of the code doesn't need to know about Dokany internals
1013static int WINAPI crypt_fill_find_data(PWIN32_FIND_DATAW fdata,
1014 PWIN32_FIND_DATAW fdata_orig,
1015 void *dokan_cb, void *dokan_ctx) {
1016 return ((PFillFindData)dokan_cb)(fdata, (PDOKAN_FILE_INFO)dokan_ctx);
1017}
1018
1019static NTSTATUS DOKAN_CALLBACK
1020CryptFindFiles(LPCWSTR FileName,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected