HR_FAILED - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _PHNT_WINDOWS_H

#define HR_FAILED(hr) (((HRESULT)(hr)) != S_OK)

#endif

View code on GitHub

No description available.