共用方式為


CGopherConnection::GetAttribute

呼叫此成員函式從 Gopher 伺服器擷取關於項目的特定屬性資訊。

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

參數

  • refLocator
    CGopherLocator 對物件的參考。

  • strRequestedAttributes
    指定要求的屬性名稱以空格分隔的字串。

  • strResult
    接收定位器型別為 CString 的參考。

傳回值

如果不是零,則成功,則為 0。 如果呼叫失敗, Win32 函式 GetLastError 可以呼叫以判斷錯誤的原因。

需求

Header: afxinet.h

請參閱

參考

CGopherConnection 類別

階層架構圖

CFtpConnection 類別

CHttpConnection 類別

CInternetConnection 類別

CGopherLocator 類別