 |
GlobalGetAtomName ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Retrieves a copy of the character string associated with the specified global atom. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
UINT GlobalGetAtomName(
ATOM nAtom, // atom identifier
LPTSTR lpBuffer, // buffer for atom string
int nSize // size of buffer
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GlobalGetAtomName IN kernel32;
INTEGER nAtom,;
STRING @ lpBuffer,;
INTEGER nSize
|
 |
 |
 |
| Parameters: |
 |
nAtom
[in] Identifies the global atom associated with the character string to be retrieved.
lpBuffer
[out] Pointer to the buffer for the character string.
nSize
[in] Specifies the size, in TCHARs, of the buffer. |
 |
 |
| Return value: |
 |
If the function succeeds, the return value is the length of the string copied to the buffer. If the function fails, the return value is zero.
|
 |
 |
| Word Index links for the GlobalGetAtomName : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-08-23 12:00:00 | | Modified: | 2001-11-26 16:03:21 | Visited in last 7 days: 30 |