Desktop Functions: Smart Device Functions:
|
Search Results for "GlobalGetAtomName" in [All]kernel32
static extern uint GlobalGetAtomName(ushort nAtom, StringBuilder lpBuffer, int nSize);
Declare Function GlobalGetAtomName Lib "kernel32.dll" Alias "GlobalGetAtomNameA" ( _
static extern uint GlobalGetAtomName(ushort nAtom, StringBuilder lpBuffer, int nSize);
nSize = GlobalGetAtomName(AtomID, AtomName, nSize); |