ISInterface:GetArgs
Jump to navigation
Jump to search
Syntax
- char *GetArgs(int BeginInclusive, int EndExclusive, char *argv[], char *buf)
Purpose
Usage
Parameters
- int BeginInclusive
- [in] Which argument to start with
- int EndExclusive
- [in] Which argument to end before
- char *argv[]
- [in] Array of arguments
- char *buf
- [out] Output
Return Value
- char
- Returns the output buffer