MCPcopy Create free account
hub / github.com/LibreVR/Revive / DeleteCredentials

Method DeleteCredentials

ReviveOverlay/windowsservices.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78const wchar_t* WindowsServices::CredTargetName = L"Revive/OculusPlatform";
79
80bool WindowsServices::DeleteCredentials()
81{
82 return !!CredDeleteW(CredTargetName, CRED_TYPE_GENERIC, 0);
83}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected