|
|
|
|
version 2003
PA_SendDocumentToServer (docName; data; dataSize; docType; docCreator)
| Parameter | Type | Description | |
| docName | char * | → | Name of the file to send |
| data | char * | → | Content of the document |
| dataSize | long | → | Size of data in bytes |
| docType | unsigned long | → | 4 bytes FileType of the file to create |
| docCreator | unsigned long | → | 4 bytes FileCreator of the file to create |
Description
While running under 4D Client, the routine
PA_SendDocumentToServer
allows the 4D plug-in to save a document on the server machine.
NOTE
: