Source position: amigados.pas line 849
type tCommandLineInterface = record |
cli_Result2: LongInt; |
cli_SetName: BSTR; |
cli_CommandDir: BPTR; |
cli_ReturnCode: LongInt; |
cli_CommandName: BSTR; |
cli_FailLevel: LongInt; |
cli_Prompt: BSTR; |
cli_StandardInput: BPTR; |
cli_CurrentInput: BPTR; |
cli_CommandFile: BSTR; |
cli_Interactive: LongInt; |
cli_Background: LongInt; |
cli_CurrentOutput: BPTR; |
cli_DefaultStack: LongInt; |
cli_StandardOutput: BPTR; |
cli_Module: BPTR; |
end; |