MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / IsReallyAdministrator

Method IsReallyAdministrator

cppcryptfs/cppcryptfs.h:114–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112
113 bool IsRunningAsAdministrator() { return m_bIsRunningAsAdministrator; }
114 bool IsReallyAdministrator() { return m_bIsReallyAdministrator; }
115// Implementation
116
117 DECLARE_MESSAGE_MAP()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected