macro HRESULT_FROM_NT (winerror.h)
Esegue il mapping di un valore di stato NT a un valore HRESULT .
Sintassi
void HRESULT_FROM_NT(
x
);
Parametri
x
Valore di stato NT.
Valore restituito
nessuno
Osservazioni
Questa macro è definita come segue:
#define HRESULT_FROM_NT(x) ((HRESULT) ((x) | FACILITY_NT_BIT))
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 2000 Professional [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | Winerror |