Поделиться через


CLinkCtrl::SetItemUrl

Sets the URL represented by the link control item.

BOOL SetItemUrl(
   int iLink,
   LPCWSTR szUrl 
);

Параметры

  • iLink
    The index of a link control item.

  • szUrl
    A null-terminated string containing the URL represented by the specified item

Возвращаемое значение

Returns TRUE on success, FALSE on failure.

Заметки

Sets the URL represented by the specified link control item. For more information, see the Win32 message LM_SETITEM in the Windows SDK.

Требования

Header: afxcmn.h

См. также

Основные понятия

CLinkCtrl Class

CLinkCtrl Members

Hierarchy Chart