CGopherConnection::GetAttribute
呼叫此成員函式從 Gopher 伺服器擷取關於項目的特定屬性資訊。
BOOL GetAttribute(
CGopherLocator& refLocator
CString strRequestedAttributes,
CString& strResult,
);
參數
refLocator
CGopherLocator 對物件的參考。strRequestedAttributes
指定要求的屬性名稱以空格分隔的字串。strResult
接收定位器型別為 CString 的參考。
傳回值
如果不是零,則成功,則為 0。 如果呼叫失敗, Win32 函式 GetLastError 可以呼叫以判斷錯誤的原因。
需求
Header: afxinet.h