|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
RemoveProp
The RemoveProp function removes an entry from the property list of the specified window. The specified character string identifies the entry to be removed.
HANDLE RemoveProp(
HWND hWnd, // handle to window LPCTSTR lpString // atom or address of string );
Parameters
hWnd
Identifies the window whose property list is to be changed.
lpString
Points to a null-terminated character string or contains an atom that identifies a string. If this parameter is an atom, it must have been created using the AddAtom function. The atom, a 16-bit value, must be placed in the low-order word of lpString; the high-order word must be zero.
Return Values
If the function succeeds, the return value identifies the specified string. If the string cannot be found in the specified property list, the return value is NULL.
Remarks
An application must free the data handles associated with entries removed from a property list. The application can remove only those properties it has added. It must not remove properties added by other applications or by Windows itself. The RemoveProp function returns the data handle associated with the string so that the application can free the data associated with the handle.
See Also
AddAtom, EnumProps, EnumPropsEx, GetProp, SetProp
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
RemoveProp
Функция RemoveProp удаляет вход из списка свойств определенного окна. Определенная символьная строка идентифицирует вход, который нужно удаляться.
РУЧКА RemoveProp(
HWND hWnd, // РУЧКА в lpString / окно LPCTSTR/ атом или адрес строки );
Параметры
hWnd
Идентифицирует окно, чей список свойств должен быть измениться.
lpString
Точки на недействительный расторгнутый символ нанизывают или содержат атом, который идентифицирует строку. Если этот параметр является атомом, он по-видимому создан используя функцию AddAtom. Атом, 16- битовая величина, должно быть установлено в младшем слове lpString; старшее слово должно - нулевым.
Обратные Величины
Если функция добивается успеха, обратная величина идентифицирует определенную строку. Если строка не может быть обнаружена в определенном списке свойств, обратная величина НЕДЕЙСТВИТЕЛЬНА.
Замечания
Приложение должно освободить ручки данных связанные данными удаленными из списка свойств. Приложение может удалить только те свойства, которые он добавил. Это не должно удалять свойства добавленные другими приложениями или Windows собой. Функция RemoveProp возвращает ручку данных связанную строкой чтобы приложение может освободить данные связанные ручкой.
Смотри Также
AddAtom, EnumProps, EnumPropsEx, GetProp, SetProp
|
|
|
|
| |