![]() |
![]() |
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| DelevopersNative C++ Texas APIUpload |
unsigned int Upload( unsigned int methodID, int interfaceVersion, short methodOpt, short language, pCallbackRoutine callback, void* objectID, const char* fileName, const void* BSTR = NULL );
| methodID | The entity ID for the user. |
| interfaceVersion | For the expect returning parameter schema. |
| methodOpt | CTexasAPI::Mode |
| language | Used for error messages from this method. |
| callback | Used for the results. |
| objectID | Returned to the callback routine. |
| fileName | This returning file should be saved to this location. |
| BSTR | Any parameters for this method. |
if(server.Upload(ENTITY_FILE,1,CALLBACK_PROGRESS,0,fileCallback,this,"LocalFileName"))
MessageBox("Unable to call upload file");
Copyright © 2007, Ekky Software Pty Ltd.