I have concluded that despite my utter disbelief, IFmsServerContext::getConfig does, in fact, work as follows:
- A return value of 0 means the key was found and its value is now in the provided buffer.
- A return value of less than 0 means the key was not found.
- A return value greater than 0 means the key was found, but its value is larger than the
( Read more... )