プレゼンテーション マネージャーを作成します。
構文
HRESULT CreatePresentationManager(
IPresentationManager **ppPresentationManager
);
パラメーター
ppPresentationManager
種類: IPresentationManager **
作成されたプレゼンテーション マネージャーへのポインターのアドレス。
戻り値
種類: HRESULT
関数が成功した場合は を返 S_OKします。それ以外の場合は、エラーを HRESULT 示す値を返します。
要件
| 要件 | 値 |
|---|---|
| サポートされている最小のクライアント | Windows ビルド 22000 |
| サポートされている最小のサーバー | Windows ビルド 22000 |
| Header | presentation.h |
| Library | dcomp.lib |
| [DLL] | dcomp.dll |