Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:docs:tk:som:sc:pr [2025/04/08 14:21] – [somterror, somterrorSL function] prokushev | en:docs:tk:som:sc:pr [2025/04/08 14:50] (current) – [somtfatal, somtfatalSL function] prokushev | ||
---|---|---|---|
Line 436: | Line 436: | ||
Note: somtisparent version uses default compiler calling convention. For IBM SOM 3.0 for NT it is Optlink. | Note: somtisparent version uses default compiler calling convention. For IBM SOM 3.0 for NT it is Optlink. | ||
- | ==== somtmget, somtmgetSL function ==== | ||
- | <code c> | ||
- | SOMEXTERN int somtmget(int setnum, int msgnum, char *msgbuf); | ||
- | SOMEXTERN int SOMLINK somtmgetSL(int setnum, int msgnum, char *msgbuf); | ||
- | </ | ||
- | |||
- | Note: somtmget version uses default compiler calling convention. For IBM SOM 3.0 for NT it is Optlink. | ||
- | |||
- | ==== somtmprintf, | ||
- | |||
- | <code c> | ||
- | SOMEXTERN int somtmprintf(int setnum, int msgnum, ...); | ||
- | SOMEXTERN int SOMLINK somtmprintfSL(int setnum, int msgnum, ...); | ||
- | </ | ||
- | Note: somtmprintf version uses default compiler calling convention. For IBM SOM 3.0 for NT it is Optlink. | ||
==== somtokremove, | ==== somtokremove, | ||
Line 526: | Line 511: | ||
Note: somtemitTypes version uses default compiler calling convention. For IBM SOM 3.0 for NT it is Optlink. | Note: somtemitTypes version uses default compiler calling convention. For IBM SOM 3.0 for NT it is Optlink. | ||
- | | ||
==== somtfatal, somtfatalSL function ==== | ==== somtfatal, somtfatalSL function ==== | ||
<code c> | <code c> | ||
- | SOMEXTERN void somtfatal(char *file, long lineno, char *fmt, ...); | + | SOMEXTERN void OPTLINK |
+ | </ | ||
+ | |||
+ | Used by: IBM SOM 2.1 NT in SOMIPC.EXE | ||
+ | |||
+ | <code c> | ||
SOMEXTERN void SOMLINK somtfatalSL(char *file, long lineno, char *fmt, ...); | SOMEXTERN void SOMLINK somtfatalSL(char *file, long lineno, char *fmt, ...); | ||
</ | </ | ||
- | Note: somtfatal version uses default compiler calling convention. For IBM SOM 3.0 for NT it is Optlink. | + | Used by: |
+ | |||
==== somtinternal, | ==== somtinternal, | ||
Line 544: | Line 535: | ||
Note: somtinternal version uses default compiler calling convention. For IBM SOM 3.0 for NT it is Optlink. | Note: somtinternal version uses default compiler calling convention. For IBM SOM 3.0 for NT it is Optlink. | ||
- | ==== somtmsg, somtmsgSL function ==== | ||
- | |||
- | <code c> | ||
- | SOMEXTERN void somtmsg(char *file, long lineno, char *fmt, ...); | ||
- | SOMEXTERN void SOMLINK somtmsgSL(char *file, long lineno, char *fmt, ...); | ||
- | </ | ||
- | Note: somtmsg version uses default compiler calling convention. For IBM SOM 3.0 for NT it is Optlink. | ||
==== somtreadDescFile, | ==== somtreadDescFile, | ||