What does NTSTATUS 0xC002003A (RPC_NT_NO_MORE_MEMBERS) mean?

 
Previous Next
RPC_NT_INVALID_VERS_OPTION RPC_NT_NOT_ALL_OBJS_UNEXPORTED

RPC_NT_NO_MORE_MEMBERS

Enumeration reached the end of the RPC member list

This status is an enumeration boundary. It usually means the caller has exhausted entries or group members while iterating through RPC name-service data.

Treat it like end-of-sequence, not corruption, unless it occurs earlier than expected. The diagnostic state is the lookup context, current entry, and whether the enumeration was reset or reused.

What to inspect

  • Close or reset the lookup context after enumeration completes.
  • Do not report this as a transport error by itself.
  • Check filters or version options if expected members are missing before the end marker.

References


Looking for a different code? Search another status or error code.