Symantec logo

Resource type definition

type SambaServer (

    static str ArgList[] = { ConfFile, LockDir, Ports,
    IndepthMonitorCyclePeriod, ResponseTimeout }

    str ConfFile

    str LockDir

    int Ports[] = { 139, 445 }

    int IndepthMonitorCyclePeriod = 5

    int ResponseTimeout = 10

)