CGopherConnection::GetAttribute
调用该成员函数地鼠从服务器检索有关项目的特定属性信息。
BOOL GetAttribute(
CGopherLocator& refLocator
CString strRequestedAttributes,
CString& strResult,
);
参数
refLocator
为 CGopherLocator 对象的引用。strRequestedAttributes
指定请求的属性的名称一个空格分隔的字符串。strResult
接收定位器类型。CString 的引用。
返回值
非零,如果成功;否则为0。如果调用失败,Win32函数 GetLastError 可以调用以确定导致错误的原因。
要求
Header: afxinet.h