ホーム › Graphics.CompositionSwapchain › IIndependentFlipFramePresentStatistics
IIndependentFlipFramePresentStatistics
COMメソッド 5
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
vtbl 5 LUID GetOutputAdapterLUID()
vtbl 6 DWORD GetOutputVidPnSourceId()
vtbl 7 UINT_PTR GetContentTag()
vtbl 8 SystemInterruptTime GetDisplayedTime()
vtbl 9 SystemInterruptTime GetPresentDuration()
HSP用 COM定義
#usecom / #comfunc によるHSPのCOM呼び出し定義。数字は vtbl インデックス(0始まり)。クラスIDが無い場合 #usecom の末尾は "{}"、ある場合は "{CLSID}"。
#define global IID_IIndependentFlipFramePresentStatistics "{8C93BE27-AD94-4DA0-8FD4-2413132D124E}"
#usecom global IIndependentFlipFramePresentStatistics IID_IIndependentFlipFramePresentStatistics "{}"
#comfunc global IIndependentFlipFramePresentStatistics_GetOutputAdapterLUID 5
#comfunc global IIndependentFlipFramePresentStatistics_GetOutputVidPnSourceId 6
#comfunc global IIndependentFlipFramePresentStatistics_GetContentTag 7
#comfunc global IIndependentFlipFramePresentStatistics_GetDisplayedTime 8
#comfunc global IIndependentFlipFramePresentStatistics_GetPresentDuration 9
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。