Window Properties Functions (Windows CE 5.0)
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