2.2.38 NTSTATUS
NTSTATUS is a standard 32-bit datatype for system-supplied status code values.
NTSTATUS values are used to communicate system information. They are of four types: success values, information values, warnings, and error values, as specified in [MS-ERREF].
This type is declared as follows:
-
typedef long NTSTATUS;