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

Function CryptThreadProc

cppcryptfs/dokan/cryptdokan.cpp:2009–2017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2007}
2008
2009static DWORD WINAPI CryptThreadProc(_In_ LPVOID lpParameter
2010
2011 ) {
2012 CryptThreadData *tdata = (CryptThreadData *)lpParameter;
2013
2014 NTSTATUS status = DokanMain(&tdata->options, &tdata->operations);
2015
2016 return (DWORD)status;
2017}
2018
2019int mount_crypt_fs(const WCHAR* mountpoint, const WCHAR *path,
2020 const WCHAR *config_path, const WCHAR *password,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected