When calling functions in ntdll.dll it sometimes returns an IO_STATUS_BLOCK e.g. NtCreateFile: MSDN.
I however am not able to find a reference to, for example a table, what any of the returned values mean. When calling a function such as NtCreateFile you will get a NTSTATUS back, for which the reference resides here: MSDN