423 lines
17 KiB
HTML
423 lines
17 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>Int 7B
|
|
</TITLE>
|
|
<META NAME="Description" CONTENT="
|
|
Int 7B - Novell XQL - XQL PRIMITIVES MANAGER API -
|
|
DS:DX - parameter block (see #03844)
|
|
Return: parameter block updated
|
|
(Table 03843)
|
|
Values for Novell XQL function number:
|
|
00h log in
|
|
01h log out
|
|
02h tNewFcn
|
|
03h tFreeFcn
|
|
04h tMoveFldFcn
|
|
">
|
|
<META NAME="robots" CONTENT="none">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#FFD0A0">
|
|
<center>
|
|
<h2>Int 7B
|
|
</h2>
|
|
</center><p>
|
|
<table border=1 cellpadding=3 cellspacing=1>
|
|
<td>
|
|
<a href="rb-7909.htm" tppabs="http://www.ctyme.com/intr/rb-7909.htm">
|
|
<img src="lup.gif" tppabs="http://graphics.ctyme.com/gif/lup.gif" border=0 alt=Prev></a>
|
|
<a href="rb-7911.htm" tppabs="http://www.ctyme.com/intr/rb-7911.htm">
|
|
<img src="ldown.gif" tppabs="http://graphics.ctyme.com/gif/ldown.gif" border=0 alt=Next></a>
|
|
<a href="javascript:if(confirm('http://www.ctyme.com/rbrown.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/rbrown.htm'" tppabs="http://www.ctyme.com/rbrown.htm">
|
|
<img src="lhome.gif" tppabs="http://graphics.ctyme.com/gif/lhome.gif" border=0 alt=Ralf Brown Page></a>
|
|
<td><a href="int.htm" tppabs="http://www.ctyme.com/intr/int.htm">Interrups</a></td>
|
|
<td><a href="cat.htm" tppabs="http://www.ctyme.com/intr/cat.htm">Categories</a></td>
|
|
<td><a href="alpha.htm" tppabs="http://www.ctyme.com/intr/alpha.htm">Contents</a></td>
|
|
</td></table><p>
|
|
<p><img src="rbline.gif" tppabs="http://graphics.ctyme.com/gif/rbline.gif" width="100%" alt="------"><p>
|
|
<h3><font color=#C00040>Novell XQL - XQL PRIMITIVES MANAGER API</font></h3>
|
|
<PRE>
|
|
DS:DX -> parameter block <a href="rb-7910.htm#Table3844" tppabs="http://www.ctyme.com/intr/rb-7910.htm#Table3844">(see #03844)</a><br>
|
|
<p><b>Return:</b><br>Parameter block updated
|
|
<p>
|
|
<a name=table3843></a>
|
|
(Table 03843)
|
|
Values for Novell XQL function number:
|
|
00h log in
|
|
01h log out
|
|
02h "tNewFcn"
|
|
03h "tFreeFcn"
|
|
04h "tMoveFldFcn"
|
|
05h "tFieldFcn"
|
|
06h "tDescribeFcn"
|
|
07h "tFetchFcn"
|
|
08h "tComputeFcn"
|
|
09h "tOrderFcn"
|
|
0Ah "tRestrictFcn"
|
|
0Bh "tJoinFcn"
|
|
0Ch "tInsertFcn"
|
|
0Dh "tUpdateFcn"
|
|
0Eh "tUpdallFcn"
|
|
0Fh "tRemoveFcn"
|
|
10h "tRemallFcn"
|
|
11h "tResetFcn"
|
|
12h "tTransFcn"
|
|
13h "tStatFcn"
|
|
14h "tDDCreFcn"
|
|
15h "tStoreFcn"
|
|
16h "tRecallFcn"
|
|
17h "tStopFcn"
|
|
18h "tDDFileFcn"
|
|
19h "tDDFieldFcn"
|
|
1Ah "tDDIndexFcn"
|
|
1Bh "tDDModFcn"
|
|
1Ch "tDDViewFcn"
|
|
1Dh "tDDDrpFcn"
|
|
1Eh "tDDPathFcn"
|
|
1Fh "tDDAttrFcn"
|
|
20h "tDDFcn"
|
|
21h "tSecurFcn"
|
|
22h "tUserFcn"
|
|
23h "tAccessFcn"
|
|
24h "tPswdFcn"
|
|
25h "tCharFcn"
|
|
26h "tVersionFcn"
|
|
27h "tCnvFcn"
|
|
28h "tValFcn"
|
|
29h "tMaskFcn"
|
|
</PRE>
|
|
<p><b>See Also:</b>
|
|
#03844
|
|
<PRE>
|
|
<p>
|
|
Format of XQL parameter block:
|
|
<a name=table3844></a>
|
|
Offset Size Description (Table 03844)
|
|
00h 4 BYTEs signature "XQLP"
|
|
04h WORD function number <a href="rb-7910.htm#Table3843" tppabs="http://www.ctyme.com/intr/rb-7910.htm#Table3843">(see #03843)</a>
|
|
06h WORD handle
|
|
08h WORD status
|
|
0Ah WORD session ID
|
|
0Ch var data record (varies by function)
|
|
---function 00h---
|
|
0Ch DWORD -> user name
|
|
10h DWORD -> password
|
|
14h DWORD -> dictionary
|
|
18h DWORD -> filepath
|
|
1Ch DWORD -> machine name
|
|
20h WORD process ID
|
|
---function 01h---
|
|
no additional fields???
|
|
---function 02h---
|
|
0Ch DWORD -> filename
|
|
10h DWORD -> owner name
|
|
14h WORD open mode
|
|
---function 03h---
|
|
no additional fields???
|
|
---function 04h---
|
|
0Ch WORD "frompos"
|
|
0Eh WORD "topos"
|
|
---function 05h---
|
|
0Ch WORD subfunction
|
|
0Eh WORD position
|
|
10h WORD count
|
|
12h DWORD -> field list
|
|
---function 06h---
|
|
0Ch WORD subfunction
|
|
0Eh WORD length of description
|
|
10h WORD position
|
|
12h WORD count
|
|
14h DWORD pointer to description list
|
|
---function 07h---
|
|
0Ch WORD data length
|
|
0Eh WORD "op"
|
|
10h DWORD "select"
|
|
14h DWORD "reject"
|
|
18h DWORD pointer to data buffer
|
|
---function 08h---
|
|
0Ch DWORD -> field name
|
|
10h WORD field type
|
|
12h WORD field size
|
|
14h WORD "flddec"
|
|
16h WORD "explen"
|
|
18h DWORD pointer to "expbuf"
|
|
---function 09h---
|
|
0Ch WORD count
|
|
0Eh DWORD -> field list
|
|
---function 0Ah---
|
|
0Ch WORD "newexp"
|
|
0Eh WORD "explen"
|
|
10h DWORD -> "expbuf"
|
|
---function 0Bh---
|
|
0Ch DWORD -> filename
|
|
10h DWORD -> owner name
|
|
14h WORD type of join
|
|
16h WORD "pCount"
|
|
18h DWORD -> "pNames"
|
|
1Ch WORD "sCount"
|
|
1Eh DWORD -> "sNames"
|
|
---functions 0Ch, 0Dh, 0Fh---
|
|
0Ch WORD file count
|
|
0Eh DWORD -> file list
|
|
12h DWORD count
|
|
16h DWORD -> buffer
|
|
---function 0Eh---
|
|
0Ch WORD file count
|
|
0Eh DWORD -> file list
|
|
12h WORD "op"
|
|
14h DWORD "select"
|
|
18h DWORD "reject"
|
|
1Ch WORD count
|
|
1Eh DWORD -> "res"
|
|
22h DWORD -> "comp"
|
|
---function 10h---
|
|
0Ch WORD file count
|
|
0Eh DWORD -> file list
|
|
12h WORD "op"
|
|
14h DWORD "select"
|
|
18h DWORD "reject"
|
|
---function 11h---
|
|
0Ch DWORD machine name
|
|
---function 12h---
|
|
0Ch WORD option
|
|
---function 13h---
|
|
0Ch WORD subfunction
|
|
0Eh WORD length of buffer
|
|
10h DWORD -> buffer
|
|
---function 14h---
|
|
0Ch WORD subfunction
|
|
0Eh DWORD -> filename
|
|
12h WORD "create"
|
|
14h DWORD -> pathname
|
|
18h DWORD -> owner name
|
|
1Ch WORD owner access restrictions
|
|
1Eh WORD number of fields
|
|
20h DWORD -> field list
|
|
24h WORD number of keys
|
|
28h DWORD -> key list
|
|
2Ch WORD "buflen"
|
|
2Eh DWORD -> create parameters
|
|
---function 15h---
|
|
0Ch DWORD -> "StoreName"
|
|
10h WORD length of buffer
|
|
12h DWORD -> buffer
|
|
---function 16h---
|
|
0Ch DWORD -> "RecallName"
|
|
10h WORD owner number
|
|
12h DWORD -> owner list
|
|
16h WORD open mode
|
|
18h WORD length of buffer
|
|
1Ah DWORD -> buffer
|
|
---function 17h---
|
|
no additional fields???
|
|
---function 18h---
|
|
0Ch WORD "rtype"
|
|
0Eh WORD count
|
|
10h DWORD -> "filebuf"
|
|
14h WORD length of following buffer
|
|
16h DWORD -> output buffer
|
|
---functions 19h, 1Ah---
|
|
0Ch WORD "rtype"
|
|
0Eh WORD count
|
|
10h DWORD -> field buffer
|
|
14h WORD length of following buffer
|
|
16h DWORD -> output buffer
|
|
---function 1Bh---
|
|
0Ch WORD subfunction
|
|
0Eh DWORD -> filename
|
|
12h WORD "create"
|
|
14h DWORD -> pathname
|
|
18h DWORD -> owner name
|
|
1Ch WORD owner access restrictions
|
|
1Eh WORD field count
|
|
20h DWORD -> field list
|
|
24h WORD number of keys
|
|
26h DWORD -> list of keys
|
|
---function 1Ch---
|
|
0Ch WORD count
|
|
0Eh DWORD -> view name
|
|
12h WORD length of following buffer
|
|
14h DWORD -> output buffer
|
|
---function 1Dh---
|
|
0Ch DWORD -> filename
|
|
10h WORD file type
|
|
12h WORD "deletepath"
|
|
---function 1Eh---
|
|
0Ch WORD "dirtype"
|
|
0Eh DWORD -> pathname
|
|
---function 1Fh---
|
|
0Ch WORD function
|
|
0Eh DWORD -> field name
|
|
12h WORD attribute
|
|
14h WORD size of buffer
|
|
16h DWORD -> buffer for attributes
|
|
---function 20h---
|
|
0Ch DWORD -> directory path
|
|
10h WORD function
|
|
---function 21h---
|
|
0Ch DWORD -> master password
|
|
10h WORD "securityflag"
|
|
---function 22h---
|
|
0Ch DWORD -> master password
|
|
10h WORD function (add/modify/remove)
|
|
12h DWORD -> user name
|
|
16h DWORD -> password
|
|
1Ah WORD global rights
|
|
1Ch WORD count
|
|
1Eh WORD length of following buffer
|
|
20h DWORD -> "userbuf"
|
|
---function 23h---
|
|
0Ch DWORD -> master password
|
|
10h DWORD -> user name
|
|
14h WORD function (allow/deny/getrights)
|
|
16h WORD rights
|
|
18h DWORD -> filename
|
|
1Ch WORD number of field names in following buffer
|
|
1Eh DWORD -> field names
|
|
22h WORD maximum buffer length
|
|
24h DWORD -> output buffer
|
|
---function 24h---
|
|
0Ch DWORD -> user name
|
|
10h DWORD -> password
|
|
---function 25h---
|
|
0Ch WORD "charFcn"
|
|
0Eh WORD "charType"
|
|
10h WORD "charValue"
|
|
---function 26h---
|
|
0Ch DWORD -> buffer
|
|
---function 27h---
|
|
0Ch WORD option
|
|
0Eh WORD type
|
|
10h WORD size
|
|
12h WORD "dec"
|
|
14h WORD "dsize"
|
|
16h DWORD -> value
|
|
1Ah DWORD -> "retval"
|
|
1Eh DWORD -> mask
|
|
22h WORD "justify"
|
|
---function 28h---
|
|
0Ch DWORD -> field name
|
|
10h WORD length of buffer
|
|
12h DWORD -> buffer for data
|
|
---function 29h---
|
|
0Ch WORD option
|
|
0Eh WORD type
|
|
10h WORD size
|
|
12h WORD "dec"
|
|
14h WORD length of mask
|
|
16h DWORD -> mask
|
|
</PRE>
|
|
<p>
|
|
<b>Category: <a href="cat-043.htm" tppabs="http://www.ctyme.com/intr/cat-043.htm">
|
|
Uncatagorized</a>
|
|
- <a href="int-7b-1.htm" tppabs="http://www.ctyme.com/intr/int-7B.htm">
|
|
Int 7Bh</a>
|
|
- <a href="alpha-n.htm" tppabs="http://www.ctyme.com/intr/alpha-n.htm">
|
|
N</a>
|
|
</b><p><p><img src="rbline.gif" tppabs="http://graphics.ctyme.com/gif/rbline.gif" width="100%" alt="------"><p>
|
|
<table border=1 cellpadding=3 cellspacing=1>
|
|
<td>
|
|
<a href="rb-7909.htm" tppabs="http://www.ctyme.com/intr/rb-7909.htm">
|
|
<img src="lup.gif" tppabs="http://graphics.ctyme.com/gif/lup.gif" border=0 alt=Prev></a>
|
|
<a href="rb-7911.htm" tppabs="http://www.ctyme.com/intr/rb-7911.htm">
|
|
<img src="ldown.gif" tppabs="http://graphics.ctyme.com/gif/ldown.gif" border=0 alt=Next></a>
|
|
<a href="javascript:if(confirm('http://www.ctyme.com/rbrown.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/rbrown.htm'" tppabs="http://www.ctyme.com/rbrown.htm">
|
|
<img src="lhome.gif" tppabs="http://graphics.ctyme.com/gif/lhome.gif" border=0 alt=Ralf Brown Page></a>
|
|
<td><a href="int.htm" tppabs="http://www.ctyme.com/intr/int.htm">Interrups</a></td>
|
|
<td><a href="cat.htm" tppabs="http://www.ctyme.com/intr/cat.htm">Categories</a></td>
|
|
<td><a href="alpha.htm" tppabs="http://www.ctyme.com/intr/alpha.htm">Contents</a></td>
|
|
</td></table><p>
|
|
|
|
<!-- Bottom Link Start -->
|
|
|
|
<center>
|
|
|
|
<p><table border=1 bgcolor="#ffff99"><tr><td>
|
|
<table border=0 height=80>
|
|
<tr align=center><td width="65">
|
|
|
|
<a href="javascript:if(confirm('http://www.ctyme.com/sponsor.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/sponsor.htm'" tppabs="http://www.ctyme.com/sponsor.htm">
|
|
<img src="tip.gif" tppabs="http://graphics.ctyme.com/gif/tip.gif" ALT="Sponsors" height="40" width="40"></a>
|
|
<br><a href="javascript:if(confirm('http://www.ctyme.com/sponsor.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/sponsor.htm'" tppabs="http://www.ctyme.com/sponsor.htm">Shopping</a>
|
|
|
|
</td><td width="65">
|
|
|
|
<a href="javascript:if(confirm('http://talk.ctyme.com/webx.cgi?13@@.ee6b2be \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://talk.ctyme.com/webx.cgi?13@@.ee6b2be'" tppabs="http://talk.ctyme.com/webx.cgi?13@@.ee6b2be">
|
|
<img src="comment.gif" tppabs="http://graphics.ctyme.com/gif/comment.gif" ALT="Forum" height="40" width="40"></a>
|
|
<br><a href="javascript:if(confirm('http://talk.ctyme.com/webx.cgi?13@@.ee6b2be \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://talk.ctyme.com/webx.cgi?13@@.ee6b2be'" tppabs="http://talk.ctyme.com/webx.cgi?13@@.ee6b2be">Forum</a>
|
|
|
|
</td><td width="65">
|
|
|
|
<a href="javascript:if(confirm('http://www.ctyme.com/mail.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/mail.htm'" tppabs="http://www.ctyme.com/mail.htm">
|
|
<img src="mail.gif" tppabs="http://graphics.ctyme.com/gif/mail.gif" ALT="email" height="40" width="40"></a>
|
|
<br><a href="javascript:if(confirm('http://www.ctyme.com/mail.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/mail.htm'" tppabs="http://www.ctyme.com/mail.htm">EMail</a>
|
|
|
|
</td><td width="65">
|
|
|
|
<a href="javascript:if(confirm('http://www.ctyme.com/map.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/map.htm'" tppabs="http://www.ctyme.com/map.htm">
|
|
<img src="toc.gif" tppabs="http://graphics.ctyme.com/gif/toc.gif" ALT="Index" height="40" width="40"></a>
|
|
<br><a href="javascript:if(confirm('http://www.ctyme.com/map.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/map.htm'" tppabs="http://www.ctyme.com/map.htm">Index</a>
|
|
|
|
</td><td width="65">
|
|
|
|
<a href="javascript:if(confirm('http://www.ctyme.com/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/'" tppabs="http://www.ctyme.com/">
|
|
<img src="home.gif" tppabs="http://graphics.ctyme.com/gif/home.gif" ALT="Home" height="40" width="40"></a>
|
|
<br><a href="javascript:if(confirm('http://www.ctyme.com/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/'" tppabs="http://www.ctyme.com/">Home</a>
|
|
|
|
</td><td width="90">
|
|
|
|
<center>
|
|
<FORM ACTION="https://secure.paypal.com/cgi-bin/webscr" tppabs="https://secure.paypal.com/cgi-bin/webscr" METHOD="POST" traget="_blank">
|
|
<INPUT TYPE="hidden" NAME="cmd" VALUE="_xclick">
|
|
<INPUT TYPE="hidden" NAME="business" VALUE="marc@perkel.com">
|
|
<INPUT TYPE="hidden" NAME="return" VALUE="http://www.perkel.com">
|
|
<INPUT TYPE="hidden" NAME="item_name" VALUE="Donation To Support this Site">
|
|
<INPUT TYPE="hidden" NAME="no_intl" VALUE="1">
|
|
<INPUT TYPE="image" SRC="x-click-but7.gif" tppabs="http://images.paypal.com/images/x-click-but7.gif" vspace=9
|
|
NAME="submit" ALT="Make payments with PayPal - it's fast, free and secure!">
|
|
</FORM>
|
|
|
|
</td></tr></table></td></tr></table><p>
|
|
|
|
|
|
<center>
|
|
<p>
|
|
<a href="javascript:if(confirm('http://www.ctyme.com/hosting/index.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/hosting/index.htm'" tppabs="http://www.ctyme.com/hosting/index.htm" target="_blank">
|
|
<img src="ctymehost.gif" tppabs="http://graphics.ctyme.com/gif/ctymehost.gif"
|
|
border=3 height=60 width=468></a>
|
|
<p>
|
|
<!-- Ad End --->
|
|
|
|
</center>
|
|
<FORM ACTION="http://service.bfast.com/bfast/click" target="_blank">
|
|
<INPUT TYPE="hidden" NAME="siteid" VALUE="30472466" >
|
|
<INPUT TYPE="hidden" NAME="bfpage" VALUE="horizontal">
|
|
<INPUT TYPE="hidden" NAME="bfmid" VALUE="27253343" >
|
|
<INPUT TYPE="hidden" NAME="num" VALUE="30">
|
|
|
|
<table bgcolor=white border=3><tr><td>
|
|
<table bgcolor=white border=0>
|
|
<tr><td>
|
|
<IMG SRC="serve-bfmid=27253343&siteid=30472466&bfpage=horizontal.gif" tppabs="http://service.bfast.com/bfast/serve?bfmid=27253343&siteid=30472466&bfpage=horizontal" BORDER="0" WIDTH="1" HEIGHT="1" align=right NOSAVE >
|
|
<center><b>Search the web with Google</b></center>
|
|
</td></tr><tr><td>
|
|
<TABLE cellpadding=0 cellspacing=5 bgcolor="#FFFFFF">
|
|
<tr><td bgcolor="#0000cc"><IMG SRC="cleardot.gif" tppabs="http://www.google.com/images/cleardot.gif" height=1 border="0" ALT="Google"></td></tr><tr><td>
|
|
<IMG SRC="affiliate_logo.gif" tppabs="http://www.google.com/affiliates/affiliate_logo.gif" border="0" ALT="Google" align="center">
|
|
<INPUT TYPE=text name=q size=30 maxlength=255 value="">
|
|
<INPUT type=submit name=sa VALUE="Go">
|
|
</td></tr>
|
|
<tr><td bgcolor="#0000cc"><IMG SRC="cleardot.gif" tppabs="http://www.google.com/images/cleardot.gif" height=1 border="0" ALT="Google"></td></tr></TABLE>
|
|
</td></tr></table>
|
|
</tr></td></table>
|
|
</FORM>
|
|
|
|
</center>
|
|
|
|
|
|
<p><img src="rbline.gif" tppabs="http://graphics.ctyme.com/gif/rbline.gif" width="100%" alt="------"><p>
|
|
|
|
<!-- Bottom Link End -->
|
|
|
|
</BODY>
|
|
</HTML>
|