DBcountSelectedObjects |
Top Previous Next |
Counts the selected objects. This is required, on the one hand, in all Gradisprozeduren, because these always deliver the size of the selection list as a result, on the other hand in dealing with secure selection lists. As a result the number of the objects is delivered in the selection list. Parametre root (PROOT) [IN] The trading of the data bank. Result (ULONG) [OUT] As a result the number of the objects is delivered in the selection list. Declaration #include "database.h"
ULONG DLLENTRY DBcountSelectedObjects ( PROOT root );
|