STATUS_CONTINUE_COMPLETION, 0
(MS WDK >> Windows XP SP1 Driver Development Kit (DDK 2600.1106))

Name
STATUS_CONTINUE_COMPLETION
Value
0 signed int / unsigned int
0x00000000 heximal value
0x0 heximal value
Type
Windows kernel mode error code (more)
Description
STATUS_SUCCESS
C/C++ Type
NTSTATUS
Defined at
\inc\ddk\wdm\wxp\wdm.h, line 12109 (Windows XP SP1 Driver Development Kit (DDK 2600.1106))
Definition
#define STATUS_CONTINUE_COMPLETION      STATUS_SUCCESS
Line comments
This value should be returned from completion routines to continue
completing the IRP upwards. Otherwise, STATUS_MORE_PROCESSING_REQUIRED
should be returned.
Depends on
STATUS_SUCCESS
Also used in
Windows Driver Kit 10, Version 1607 (WDK 10.0.14393.0), Windows Driver Kit 8.1 (WDK 8.100.26638), Windows Driver Kit 7.1.0 (WDK 7600.16385.1), Windows Driver Kit 7.0.0 (WDK 7600.16385.0), Windows Driver Kit – Server 2008 Release SP1 (WDK 6001.18002), Windows Driver Kit for Windows Vista (WDK 6000), Windows Server 2003 with Service Pack 1 DDK (DDK 3790.1830)
Type description
NTSTATUS is 32-bit number, which holds Windows kernel mode error codes or status codes