NT_VERIFYMSGW - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _PHNT_NTDEF_H
#ifndef _NTDEF_
#ifdef _DEBUG
#ifndef NT_VERIFYMSGW

#define NT_VERIFYMSGW NT_ASSERTMSGW

#endif
#endif
#endif
#endif

View code on GitHub
#ifndef _PHNT_NTDEF_H
#ifndef _NTDEF_
#ifdef _DEBUG
// ...
#else // _DEBUG
#ifndef NT_VERIFYMSGW

#define NT_VERIFYMSGW(_msg, _exp) (NT_ANALYSIS_ASSUME(_exp), ((_exp) ? TRUE : FALSE))

#endif
#endif
#endif
#endif

View code on GitHub

NtDoc

No description available.