Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors