The SetProp function assigns a window property and its string identifier to a window. The GetProp function retrieves the window property identified by a given string. The RemoveProp function destroys the association between a window and a window property but does not destroy the data itself.
Функция SetProp назначает собственность окна и идентификатора строки в окно. Функция GetProp извлекает собственность окна идентифицированную данной строкой. Функция RemoveProp уничтожает ассоциации между окном и свойство окна но не уничтожает сами данные.