home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network Support Encyclopedia 96-1
/
novell-nsepro-1996-1-cd2.iso
/
download
/
netware
/
sc3x04.exe
/
SEMAINFO.DOC
< prev
next >
Wrap
Text File
|
1992-10-09
|
2KB
|
41 lines
GetSemaphoreInformation
This call returns information about a single semaphore. The
values returned are similiar to those returned in the old
version of this call. This function may be called iteratively
to return all of the connection information for the specified
semaphore.
Function 23 (17h)
Request Buffer
Offset Request Packet Contents Bytes Remarks
------ --------------------------- ----- -------
0 Sub-function Structure Len 2 Length of Request
2 242 (F3h) 1
3 Last Record Seen 2
5 Semaphore Name Length 1
6 Semaphore Name 128 Max
Reply Buffer
Offset Request Packet Contents Bytes Remarks
------ --------------------------- ----- -------
0 Next Request Record 2
2 Open Count 2
4 Semaphore Value 1
5 Number Of Records 2
6 Logical Connection Number 1 2
8 Task Number 1 2
. . .
. . .
. Logical Connection Number n 2
. Task Number n 2
. . .
. . .