Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

The following table shows the window properties functions, with a description of the purpose of each.

Programming element Description

EnumPropsEx

This function enumerates all of the entries in the property list of a window by passing the entries, one by one, to a specified callback function.

GetProp

This function retrieves a data handle identified by a specified character string from the property list of a specified window.

PropEnumProcEx

This function receives property entries from the property list for a window.

RemoveProp

This function removes an entry identified by a specified character string from the property list of a specified window.

SetProp

This function adds a new entry or changes an existing entry in the property list of a specified window.

See Also