| 60 | #define CPPCRYPTFS_MOUNTPOINTS_SECTION L"MountPoints" |
| 61 | |
| 62 | typedef struct struct_CopyDataCmdLine { |
| 63 | HANDLE hPipe; // handle of named pipe to read command line from |
| 64 | } CopyDataCmdLine; |
| 65 | |
| 66 | // CcppcryptfsApp: |
| 67 | // See cppcryptfs.cpp for the implementation of this class |
nothing calls this directly
no outgoing calls
no test coverage detected