GlobalDeleteAtom |
Declare Function Api_GlobalDeleteAtom% Lib "kernel32" Alias "GlobalDeleteAtom" (ByVal nAtom%) |
Declare Function GlobalDeleteAtom Lib "kernel32" Alias "GlobalDeleteAtom" (ByVal nAtom As Integer) As Integer |
|
グローバル文字列アトムの参照カウントをデクリメントする。参照カウントが 0 になったときは、アトムに関連付けられている文字列を、グローバルアトムテーブルから削除する。 |
|
パラメータ
戻り値 |