#defineGetComputerName GetComputerNameA Remark GetComputerNameA is synonym for GetComputerName Examples EX1 voidGetComputerName_ex1(){charname[128]; DWORD dwSize=127; GetComputerName(name,&dwSize); out_str(name);} Header to Include origin.h Reference...
2.1.25.15 GetComputerName Description The GetComputerName function retrieves the NetBIOS name of the local computer. Syntax BOOLGetComputerName(LPSTR lpBuffer, DWORD*lpnSize) Parameters lpBuffer [output]computer name lpnSize [output]On input, specifies the size of the buffer. On output, receives the...
All Books Origin C Origin C Reference Macros GetComputerNameContents 1 Name 2 Declaration 3 Remark 4 Examples 5 header to Include 6 Reference NameGetComputerNameDeclaration#define GetComputerName GetComputerNameA RemarkGetComputerNameA is synonym for GetComputerNameExamples...