Returns a string that describes the specified result code.
Original signature is 'const char * CGLErrorString ( CGLError error );'
Available in Mac OS X v10.0 and later.
- error (CGLError)
- MISSING
An error string that describes the result code constant passed in the error parameter. If the result code is invalid, returns the string “No such error code.”
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)