Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
long GetComputerName(char buffer[], dword bufferSize);
char buffer[50]; GetComputerName(buffer, elcount(buffer)); write("Computer name: %s", buffer);