MCPcopy Create free account
hub / github.com/WinDurango/WinDurango / get_IsActive

Method get_IsActive

projects/WinDurango.KernelX/src/CurrentApp.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119HRESULT EraLicenseInformationWrapper::get_IsActive(boolean *value)
120{
121 *value = true;
122 return S_OK;
123}
124
125HRESULT EraLicenseInformationWrapper::get_IsTrial(boolean *value)
126{

Callers 2

IsActiveMethod · 0.80
IsActiveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected