HDK
|
#include <PDG_CustomHandlers.h>
Public Attributes | |
TransferResult | myResult |
The transfer result, e.g. failed or cached. More... | |
exint | myCacheID |
the user-defined cache id More... | |
Custom return type for a file transfer operation, which includes both a status enum and a mod time/cache id
Definition at line 105 of file PDG_CustomHandlers.h.
exint PDG_CustomHandlers::TransferPair::myCacheID |
the user-defined cache id
Definition at line 111 of file PDG_CustomHandlers.h.
TransferResult PDG_CustomHandlers::TransferPair::myResult |
The transfer result, e.g. failed or cached.
Definition at line 108 of file PDG_CustomHandlers.h.