Returns the current program name
Source position: amigados.pas line 2296
function GetProgramName( |
Buf: PChar; |
Len: LongInt |
):LongBool; |
Buf |
|
Buffer to hold extracted name |
Len |
|
Number of bytes of space in buffer |
Extracts the program name from the CLI structure and puts it into the buffer. If the buffer is too small, the name is truncated. If no CLI structure is present, a null string is returned in the buffer, and failure from the call (with IoErr() = ERROR_OBJECT_WRONG_TYPE);
|
Sets the name of the program being run |