Home
last modified time | relevance | path

Searched refs:NTE_NOT_FOUND (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/psdk/
H A Dwinerror.h2885 #define NTE_NOT_FOUND _HRESULT_TYPEDEF_(0x80090011L) macro
/reactos/modules/rostests/winetests/rsaenh/
H A Drsaenh.c2367 ok(!result && (GetLastError() == NTE_BAD_KEY || GetLastError() == NTE_NOT_FOUND /* Win7 */), in test_rsa_encrypt()