| 17 | bool LoadCalled; |
| 18 | public: |
| 19 | CryptLoader() |
| 20 | { |
| 21 | hCrypt=NULL; |
| 22 | pCryptProtectMemory=NULL; |
| 23 | pCryptUnprotectMemory=NULL; |
| 24 | LoadCalled=false; |
| 25 | } |
| 26 | ~CryptLoader() |
| 27 | { |
| 28 | if (hCrypt!=NULL) |
nothing calls this directly
no outgoing calls
no test coverage detected