Source position: jwaatalkwsh.pas line 228
type WSH_NBP_NAME = record |
ObjectNameLen: CHAR; |
ObjectName: array [0..MAX_ENTITY-1] of CHAR; |
TypeNameLen: CHAR; |
TypeName: array [0..MAX_ENTITY-1] of CHAR; |
ZoneNameLen: CHAR; |
ZoneName: array [0..MAX_ENTITY-1] of CHAR; |
end; |