|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GlobalGetAtomName
The GlobalGetAtomName function retrieves a copy of the character string associated with the specified global atom.
UINT GlobalGetAtomName(
ATOM nAtom, // atom identifier LPTSTR lpBuffer, // pointer to the buffer for the atom string int nSize // size of the buffer );
Parameters
nAtom
Identifies the global atom associated with the character string to be retrieved.
lpBuffer
Points to the buffer for the character string.
nSize
Specifies the size, in characters, of the buffer.
Return Values
If the function succeeds, the return value is the length of the string copied to the buffer, in characters, not including the terminating null character. If the function fails, the return value is zero. To get extended error information, call GetLastError.
Remarks
The string returned for an integer atom (an atom created by the MAKEINTATOM macro) is a null-terminated string in which the first character is a pound sign (#) and the remaining characters represent the unsigned integer originally passed to MAKEINTATOM.
See Also
AddAtom, DeleteAtom, FindAtom, GlobalAddAtom, GlobalDeleteAtom, GlobalFindAtom, MAKEINTATOM
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GlobalGetAtomName
Функция GlobalGetAtomName извлекает копию символьной строки связанной определенным глобальным атомом.
UINT GlobalGetAtomName(
АТОМ nAtom, // идентификатор атома LPTSTR lpBuffer, // указателя в буфер для строки атома размера int nSize // буфера );
Параметры
nAtom
Идентифицирует глобальный атом связанный символьной строкой, чтобы быть извлеченн.
lpBuffer
Точки на буфер для символьной строки.
nSize
Определяет размер, в символах, буфера.
Обратные Величины
Если функция добивается успеха, обратная величина является длиной строки скопированной в буфер, в символах, не включая завершающий недействительный символ. Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Замечания
Строка возвращанная для атома целого ( атом созданный макро MAKEINTATOM), - недействительный расторгнутая строка в которой первый символ является фунтовым знаком (#) и остальные символы представляют без знака целое первоначально пройденное на MAKEINTATOM.
Смотри Также
AddAtom, DeleteAtom, FindAtom, GlobalAddAtom, GlobalDeleteAtom, GlobalFindAtom, MAKEINTATOM
|
|
|
|
| |