次の方法で共有


ISimpleCommandCreator::CreateICommand メソッド (indexsrv.h)

ICommand を作成します。

構文

HRESULT CreateICommand(
  IUnknown **ppIUnknown,
  IUnknown *pOuterUnk
);

パラメーター

ppIUnknown

コマンドの IUnknown を返します。

pOuterUnk

省略可能な外側の不明なポインター。

戻り値

このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。

要件

要件
サポートされている最小のクライアント Windows 2000 Professional [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows 2000 Server [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー indexsrv.h
再頒布可能パッケージ Windows NT 4.0 オプション パック

こちらもご覧ください

ISimpleCommandCreator