IPresentationManager::CreatePresentationSurface メソッド (presentation.h)
ビジュアル ツリーでホストされ、1 つのフロント バッファーを割り当てることができるコンテンツの一部のプレゼンテーション サーフェイスを作成します。
構文
HRESULT CreatePresentationSurface(
HANDLE compositionSurfaceHandle,
IPresentationSurface **presentationSurface
);
パラメーター
compositionSurfaceHandle
型: HANDLE
プレゼンテーション サーフェイスをバインドするコンポジション サーフェスへのハンドル。
presentationSurface
作成されたプレゼンテーション 画面。
戻り値
型: HRESULT
関数が成功した場合は を返 S_OK
します。それ以外の場合は、エラーを HRESULT
示す値を返します。
要件
サポートされている最小のクライアント | Windows ビルド 22000 |
サポートされている最小のサーバー | Windows ビルド 22000 |
Header | presentation.h |
Library | dcomp.lib |
[DLL] | dcomp.dll |