|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetAtomName
The GetAtomName function retrieves a copy of the character string associated with the specified local atom. This function replaces the GetAtomHandle function.
UINT GetAtomName(
ATOM nAtom, // atom identifying character string LPTSTR lpBuffer, // address of buffer for atom string int nSize // size of buffer );
Parameters
nAtom
Specifies the local atom that identifies 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, GlobalGetAtomName, MAKEINTATOM
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetAtomName
Функция GetAtomName извлекает копию символьной строки связанной определенным локальным атомом. Эта функция заменяет функцию GetAtomHandle.
UINT GetAtomName(
АТОМ nAtom, // атом, опознающие символьную строку LPTSTR lpBuffer, // адрес буфера для строки атома размера int nSize // буфера );
Параметры
nAtom
Определяет локальный атом, который идентифицирует символьную строку, чтобы быть извлеченн.
lpBuffer
Точки на буфер для символьной строки.
nSize
Определяет размер, в символах, буфера.
Обратные Величины
Если функция добивается успеха, обратная величина является длиной строки скопированной в буфер, в символах, не включая завершающий недействительный символ. Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Замечания
Строка возвращанная для атома целого ( атом созданный макро MAKEINTATOM), - недействительный расторгнутая строка в которой первый символ является фунтовым знаком (#) и остальные символы представляют без знака целое первоначально пройденное на MAKEINTATOM.
Смотри Также
AddAtom, DeleteAtom, FindAtom, GlobalAddAtom, GlobalDeleteAtom, GlobalFindAtom, GlobalGetAtomName, MAKEINTATOM
|
|
|
|
| |