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

Function DOKAN_CALLBACK CryptFindStreams

cppcryptfs/dokan/cryptdokan.cpp:1949–1956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1947}
1948
1949NTSTATUS DOKAN_CALLBACK CryptFindStreams(LPCWSTR FileName,
1950 PFillFindStreamData FillFindStreamData,
1951 PVOID FindStreamsContext,
1952 PDOKAN_FILE_INFO DokanFileInfo) {
1953
1954 return CryptFindStreamsInternal(FileName, FillFindStreamData, FindStreamsContext, DokanFileInfo,
1955 NULL, NULL);
1956}
1957
1958static NTSTATUS DOKAN_CALLBACK CryptMounted(LPCWSTR MountPoint, PDOKAN_FILE_INFO DokanFileInfo) {
1959

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected