次の方法で共有


CGopherConnection::GetAttribute

アイテムに関する特定の属性情報を 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 のメンバー