What information is returned by "status" command of mciCommand when called with mciSendString?
I have called:

NoError = mciSendString("status cdaudio media present", RS, len(RS), 0)



As written in MM reference:
Return Values
Returns information in the lpstrReturnString parameter of mciSendString. The information is dependent on the request type.

So what kind of return value should I expect?