次の方法で共有


CEnumerator::GetMoniker

表示名をモニカーに変換できる文字列のコンポーネントを抽出するために解析します。

HRESULT GetMoniker( 
   LPMONIKER* ppMoniker  
) const throw( );
HRESULT GetMoniker( 
   LPMONIKER* ppMoniker, 
   LPCTSTR lpszDisplayName  
) const throw( );

パラメーター

  • ppMoniker
    [out] モニカーは現在の行の表示名 (CEnumeratorAccessor::m_szParseName)から解析します。

  • lpszDisplayName
    [in] 解析する文字表示名。

戻り値

標準の HRESULT を返します。

必要条件

ヘッダー: atldbcli.h

参照

関連項目

CEnumerator クラス