Get NCP Extension Information by Name 0x2222 36 02

Returns information about the NCP Extension specified by name.

NetWare Server:4.x, 5.x

Request Format

Offset

Content

Type

Request header

6

FunctionCode (36)

byte

7

SubFuncStrucLen (3 + NCPextensionNameLen)

word (Hi-Lo)

9

SubFuncCode (2)

byte

10

NCPextensionNameLen

byte

11

NCPextensionName

byte[NCPextensionNameLen]

Reply Format (InformationType = 0)

Offset

Content

Type

Reply header

8

NCPextensionNumber

long (Lo-Hi)

12

NCPextensionMajorVersion

byte

13

NCPextensionMinorVersion

byte

14

NCPextensionRevisionNumber

byte

15

NCPextensionNameLength

byte

16

NCPextensionName

byte[NCPextensionNameLen]

48

NCPextensionCustomData

byte[]

Return Values

Decimal

Hex

Description

0

0x00

Successful

254

0xFE

 

Remarks

NCPextensionCustomData is a 32-byte buffer containing custom information that the NCP extension handler can optionally use.

See Also

Execute NCP Extension 0x2222 37