STACK_INFO

Returns information about the stack.

Service:Server Environment
Defined In:nwfse.h

Structure

  typedef struct 
  { 
     nuint32   StackNum ; 
     nuint8    StackShortName [16]; 
  } STACK_INFO; 
  

Delphi Structure

  uses calwin32 
   
    STACK_INFO = packed Record 
      StackNum : nuint32;  
      StackShortName : Array[0..15] Of nuint8; 
    End;
  

Fields

StackNum
Specifies the protocol number.
StackShortName
Specifies the protocol short name with StackShortName being the length, and the rest of the name following. It is not null-terminated.