OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATUS_DOWNGRADE_DETECTED
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincred.h
67
#define
STATUS_DOWNGRADE_DETECTED
((NTSTATUS)0xC0000388)
79
#define CREDUIP_IS_DOWNGRADE_ERROR(_Status) ((_Status)==ERROR_DOWNGRADE_DETECTED || (_Status)==HRESULT_FROM_WIN32(ERROR_DOWNGRADE_DETECTED) || (_Status)==
STATUS_DOWNGRADE_DETECTED
|| (_Status)==HRESULT_FROM_NT(
STATUS_DOWNGRADE_DETECTED
))
ntstatus.h
[
all
...]
Completed in 40 milliseconds