STATUS_SUCCESS top-level constant

NTSTATUS const STATUS_SUCCESS

Represents the NTSTATUS value 0x0 (0).

Implementation

const STATUS_SUCCESS = NTSTATUS(0x0);