c++ builder XE4, 10.2 Tokyo > コンピュータ名を取得 > GetComputerNameA(name, &buf);
1440 ワード
動作確認
C++ Builder XE4
Rad Studio 10.2 Tokyo Update 2 (追記: 2017/12/27)
コンピュータ名を取得したい。ASCII版。
参考: http://lupin.client.jp/delphi/
char name[130];
unsigned long buf;
buf = 120;
GetComputerNameA(name, &buf);
ShowMessage(String(name));
関連
http://owlsperspective.blogspot.jp/2010/07/getcomputername.html
Author And Source
この問題について(c++ builder XE4, 10.2 Tokyo > コンピュータ名を取得 > GetComputerNameA(name, &buf);), 我々は、より多くの情報をここで見つけました https://qiita.com/7of9/items/a793bf1ed407cf3b1a7d著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .