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


CGopherConnection::GetAttribute

Call this member function to retrieve specific attribute information about an item from the gopher server.

BOOL GetAttribute(
   CGopherLocator& refLocator
   CString strRequestedAttributes,
   CString& strResult,
);

Параметры

  • refLocator
    A reference to a CGopherLocator object.

  • strRequestedAttributes
    A space-delimited string specifying the names of the requested attributes.

  • strResult
    A reference to a CString that receives the locator type.

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

Nonzero if successful; otherwise 0. If the call fails, the Win32 function GetLastError may be called to determine the cause of the error.

Требования

Header: afxinet.h

См. также

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

CGopherConnection Class

CGopherConnection Members

Hierarchy Chart

CFtpConnection Class

CHttpConnection Class

CInternetConnection Class

CGopherLocator Class