GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DtMmdbTocGetNumOfChildren(library call) DtMmdbTocGetNumOfChildren(library call)

DtMmdbTocGetNumOfChildren — obtains the number of child sections

#include &<DtMmdb.h>
int DtMmdbTocGetNumOfChildren(
DtMmdbInfoRequest* request);

The DtMmdbTocGetNumOfChildren function returns the number of child sections for the specified section.

Specifies the bookcase in the bookcase descriptor field and the section's Database Engine identifier, in the primary_oid field.

If DtMmdbTocGetNumOfChildren completes successfully, it returns the number of child sections. If it fails, it returns -1.

The following shows how a DtMmdbTocGetNumOfChildren call might be coded.

DtMmdbInfoRequest request;
/* fill the request here */
n = DtMmdbTocGetNumOfChildren(&&request);

TO BE SUPPLIED


Search for    or go to Top of page |  Section l |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.