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
DtMmdbInfoRequest(file formats) DtMmdbInfoRequest(file formats)

DtMmdbInfoRequest — database access request structure in dtinfo

The DtMmdbInfoRequest structure contains information about a DtInfo database access request.

The DtMmdbInfoRequest structure is defined as follows:

#include &<DtInfo/DtMmdb.h>
typedef struct _DtMmdbInfoRequest {

int bookcase_descriptor;
char* locator_ptr;
DtMmdbHandle* primary_oid;
DtMmdbHandle* secondary_oid;
int sequence_num; } DtMmdbInfoRequest; P

The DtMmdbInfoRequest members have the following meanings:

Specifies the bookcase from which the access will be performed.
Specifies the locator of the object to be accessed.
Specifies the primary object id with which the object can be accessed.
Specifies the secondary object id with which the object can be accessed.
Specifies the sequence number of the object to be accessed.

DtMmdbHandle(5)


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

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