GetAtomName |
Declare Function Api_GetAtomName& Lib "kernel32" Alias "GetAtomNameA" (ByVal nAtom%, ByVal lpBuffer$, ByVal nSize&) |
Declare Function GetAtomName Lib "kernel32" Alias "GetAtomNameA" (ByVal nAtom As Integer, ByVal lpBuffer As String, ByVal nSize As Long) As Long |
|
指定されたローカルアトムに関連付けられている文字列のコピーを取得する。 |
|
パラメータ
nAtom る。この場合、先頭文字がシャープ記号(#)になり、残りの文字はアトムの値を表す符号なし整数を 10 進数で表記した文字列になる。 |