static bool IsProgrammingError( nn::Result result );
Name | Description | |
---|---|---|
in | result | Result code (for NEX API). |
true
is returned if it is a NEX result code and the result value is one in which a programming error is suspect. If not, false
is returned. Determines whether it is a result code in which an application or library programming error is suspect.
CONFIDENTIAL