CGopherConnection::GetAttribute

更新 : 2007 年 11 月

アイテムに関する特定の属性情報を gopher サーバーから取得します。

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

パラメータ

  • refLocator
    CGopherLocator オブジェクトへの参照。

  • strRequestedAttributes
    要求する属性の名前を指定するスペースで区切られた文字列。

  • strResult
    ロケータの種別を受け取るための CString への参照。

戻り値

正常終了した場合は 0 以外を返します。それ以外の場合は 0 を返します。呼び出しに失敗した場合は、Win32 の関数 GetLastError を呼び出してエラーの原因を調査できます。

必要条件

ヘッダー : afxinet.h

参照

参照

CGopherConnection クラス

階層図

CFtpConnection クラス

CHttpConnection クラス

CInternetConnection クラス

CGopherLocator クラス

その他の技術情報

CGopherConnection のメンバ