Successful Completion of an API Call

A LAN Server API function that encounters no error returns this to the application that issued the call. ┌───────────────────────────┬───────┬──────────────────────────────────────────┐
│ SYMBOLIC CONSTANT │ VALUE │ MEANING │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_Success │ 0 │ No errors were encountered. │
└───────────────────────────┴───────┴──────────────────────────────────────────┘


[Back: API Return Codes]
[Next: Redirector]