| 78 | const wchar_t* WindowsServices::CredTargetName = L"Revive/OculusPlatform"; |
| 79 | |
| 80 | bool WindowsServices::DeleteCredentials() |
| 81 | { |
| 82 | return !!CredDeleteW(CredTargetName, CRED_TYPE_GENERIC, 0); |
| 83 | } |
nothing calls this directly
no outgoing calls
no test coverage detected