![]() |
• Message Manager | ||||||||||||
|
API Links
Developer Links
|
Player::GetFileTransferResultDefined in:
Returns the result of the most recent file transfer from a player.
C4Messages.hPrototype
Description
The GetFileTransferResult function is normally called from within a player's completion procedure to determine whether a file transfer completed successfully. This function can return one of the following constants
Player::RequestFile. When a file transfer is in progress, the GetFileTransferResult function always returns kTransferPending. Otherwise, GetFileTransferResult returns the file transfer result code corresponding to the most recent file transfer. If no file transfer has ever taken place, then the return value is undefined.
See Also
|