CGopherConnection::GetAttribute

调用该成员函数地鼠从服务器检索有关项目的特定属性信息。

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

参数

  • refLocator
    CGopherLocator 对象的引用。

  • strRequestedAttributes
    指定请求的属性的名称一个空格分隔的字符串。

  • strResult
    接收定位器类型。CString 的引用。

返回值

非零,如果成功;否则为0。如果调用失败,Win32函数 GetLastError 可以调用以确定导致错误的原因。

要求

Header: afxinet.h

请参见

参考

CGopherConnection选件类

层次结构图

CFtpConnection选件类

CHttpConnection选件类

CInternetConnection选件类

CGopherLocator选件类