Windows error 0xC004C060, -1073430432

Detailed Error Information

SL_E_CHPA_DYNAMICALLY_BLOCKED_PRODUCT_KEY[1]

MessageThe activation server determined the specified product key has been blocked.
Declared inslerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][3]
DescriptionThe source of the error code is COM/OLE Interface management.[2][3]
Error Code49248 (0xc060)

Questions

0votes
1answer

Is it possible to select more statements in SQLite?

I have the following code : SELECT Description FROM KeysDB WHERE Count='0 (Blocked)' OR ErrorCode='0xC004C060' AND Description LIKE '%Win%' It works normally until I change it. SELECT Description FROM KeysDB WHERE Count='0 (Blocked)' OR ErrorCode='0xC004C003' OR ErrorCode='0xC004C060' AND Description LIKE '%Win%' I want to select all Windows product key with [...] read more
vb.net
sqlite

Comments

Leave a comment

(plain text only)

Sources

  1. slerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0