Symantec logo

Resource type definition

type ProcessOnOnly (

    static str ArgList[] = { IgnoreArgs, PathName, Arguments }

    static str Operations = OnOnly

    boolean IgnoreArgs = 0

    str PathName

    str Arguments

)