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 |
); |
The return value identifies the specified string. If the string cannot be found in the specified property list, the return value is NULL.
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.
AddAtom, EnumProps, EnumPropsEx, GetProp, SetProp
file: /Techref/os/win/api/win32/func/src/f74_3.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 10:27,
3.133.135.247:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/techref/os/win/api/win32/func/src/f74_3.htm"> RemoveProp</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.