DtMmdbTocGetNumOfChildren(library calDlt)MmdbTocGetNumOfChildren(library call)
NAME [Toc] [Back]
DtMmdbTocGetNumOfChildren - obtains the number of child sections
SYNOPSIS [Toc] [Back]
#include <DtMmdb.h>
int DtMmdbTocGetNumOfChildren(
DtMmdbInfoRequest* request);
DESCRIPTION [Toc] [Back]
The DtMmdbTocGetNumOfChildren function returns the number of child
sections for the specified section.
ARGUMENTS [Toc] [Back]
request Specifies the bookcase in the bookcase descriptor field and
the section's Database Engine identifier, in the primary_oid
field.
RETURN VALUE [Toc] [Back]
If DtMmdbTocGetNumOfChildren completes successfully, it returns the
number of child sections. If it fails, it returns -1.
EXAMPLE [Toc] [Back]
The following shows how a DtMmdbTocGetNumOfChildren call might be
coded.
DtMmdbInfoRequest request;
/* fill the request here */
n = DtMmdbTocGetNumOfChildren(&request);
SEE ALSO [Toc] [Back]
TO BE SUPPLIED
- 1 - Formatted: January 24, 2005 [ Back ] |