Abend

FOR DEVELOPMENT ONLY - Stops execution of the NetWare OS and displays a message describing the reason for the abnormal end, or abend.

Thread Context:Non-Blocking
Requirements:This is for code development and debug purposes only. No abend calls are allowed in shipping code.

Syntax

    void Abend (
       void  *abendDescription);
    

Parameters

abendDescription
(IN) Points to a NULL-terminated text string describing the reason for the abend.

Remarks

Abend is a routine that can be used during development of a HAM, CDM, or other NLM to assist in error condition trapping, determining when boundary conditions are exceeded, etc.

See EnterDebugger.