OBJRESULT$ function

Purpose

Returns a string which describes an OBJRESULT (hResult) code.

Syntax

text$ = OBJRESULT$([nexp&])

Remarks

This function returns a text string which describes the hResult code specified by nexp&.  If the parameter nexp& is omitted, it is replaced by the most recent OBJRESULT value.  That is, OBJRESULT$() is identical to OBJRESULT$(OBJRESULT).

See also

DIM, CLASS, CLSID$, IDISPINFO, GUID$, GUIDTXT$, INTERFACE (Direct), INTERFACE (IDBind), ISINTERFACE, ISNOTHING, ISOBJECT, LET (with Objects), METHOD, PROPERTY, OBJECT, OBJACTIVE, OBJPTR, OBJRESULT, PROGID$, What is an hResult?, What is an object, anyway?