This functionality returns the
information about
the amount of data added on the current dateDate.
Usage in Visual
C++/Visual Basic Application
Usage in Visual C++/Visual Basic
Application
Prototype
int
WINAPI NGISGetDataReport ( LPTSTR
cabinetName, short VolumeId,
short SiteId, LPINT DocSum
)
Input Parameters description
Name |
Description |
Valid Values |
Type Of Parameter |
cabinetName |
Name of the Image cabinet to
which the User
wants to connect. |
NOT NULL |
Input Parameter |
VolumeId |
Index of the |
Integer > 0 |
Input Parameter |
SiteId |
Index of the |
Integer > 0 |
Input Parameter |
DocSum |
The amount of data added in the
current Date. |
|
Output Parameter |
Output Parameters
This method
returnThis
method return 1,
if the call is successful,
otherwise, it
returns an error code.
Prototype
public int JPISGetDataReport ( String cabinetName, short
VolumeId,
short SiteId,
JPDBInteger DocSum
)
Input Parameters description
Name |
Description |
Valid Values |
Type Of Parameter |
cabinetName |
Name of the Image cabinet to
which the User
wants to connect. |
NOT NULL |
Input Parameter |
VolumeId |
Index of the |
Integer > 0 |
Input Parameter |
SiteId |
Index of the |
Integer > 0 |
Input Parameter |
DocSum |
The amount of data added in the
current Date. |
|
Output Parameter |
Output Parameters
This method
returnThis
method return 1,
if the call is successful,
otherwise, it
returns an error code.