Windows Conferencing API
Conference Error Codes
Error Code
Description
CONFERR_BUFFER_TOO_SMALL
The buffer pointed to by a parameter is not large enough for the operation.
CONFERR_DISCONNECT_CANCELED
The attempt to disconnect the conference was canceled (ConferenceDisconnect).
CONFERR_ENUM_COMPLETE
Enumeration complete (ConferenceGetInfo with CONF_ENUM_USER or CONF_ENUM_CONF).
CONFERR_FILE_NOT_FOUND
The file was not found (ConferenceSendFile).
CONFERR_INVALID_BUFFER
The buffer pointed to by a parameter is not valid for read/write.
CONFERR_INVALID_HCONF
The hConf parameter is not valid.
CONFERR_INVALID_PARAMETER
One of the calling parameters is incorrect.
CONFERR_OUT_OF_MEMORY
A function could not allocate sufficient memory to complete the operation.
CONFERR_PATH_NOT_FOUND
The path was not found (ConferenceSendFile, ConferenceSetInfo(CONF_SET_RECDIR).
CONFERR_ACCESS_DENIED
Access to an object (file, user, etc.) was denied.
CONFERR_SUCCESS
The function completed the requested operation successfully.