 |
Index for Section 9 |
|
 |
Alphabetical listing for L |
|
 |
Bottom of page |
|
LS_GetInitProc(9u)
NAME
LS_GetInitProc - Xdec: Returns the address of the library's initialization
procedure
SYNOPSIS
LS_InitProcPtr LS_GetInitProc(
LS_LibraryReq *libraries,
int index );
ARGUMENTS
libraries
Specifies a set of library records. This list may specify individual
libraries or a range of libraries.
index
Specifies the starting index into the list of library records.
DESCRIPTION
The Loadable Services (LS_) routines are defined by the Xdec Loadable
server in ./Xserver/loadable/loadable.c. The Xdec Loadable server
functionality is provided by Compaq's Tru64 UNIX Xserver and is not part of
the X.Org distribution. The LS_ routines are used for manipulating
information about Xserver ddx shared libraries and extension shared
libraries, defined in loadable.c or the Xserver configuration file.
/var/X11/Xserver.conf.
The LS_GetInitProc routine accesses the library at the specified index in
the list, libraries, and returns the address of the initialization
procedure for the library.
RETURN VALUE
The LS_GetInitProc routine returns the address of the initialization
procedure.
SEE ALSO
Data Structures: LS_LibraryReq(9s)
Loadable Services Routines: LS_GetDeviceName(9u), LS_GetInitProcName(9u),
LS_GetLibFileName(9u), LS_GetLibName(9u), LS_GetLibraryReqByDeviceName(9u),
LS_GetLibraryReqByLibName(9u), LS_GetLibraryReqByExtensionName(9u)
 |
Index for Section 9 |
|
 |
Alphabetical listing for L |
|
 |
Top of page |
|