ホーム › Graphics.DXCore › IDXCoreAdapterFactory
IDXCoreAdapterFactory
COMメソッド 5
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT CreateAdapterList(DWORD numAttributes, GUID* filterAttributes, GUID* riid, void** ppvAdapterList) |
| 4 | HRESULT GetAdapterByLuid(LUID* adapterLUID, GUID* riid, void** ppvAdapter) |
| 5 | BOOLEAN IsNotificationTypeSupported(DXCoreNotificationType notificationType) |
| 6 | HRESULT RegisterEventNotification(IUnknown* dxCoreObject, DXCoreNotificationType notificationType, PFN_DXCORE_NOTIFICATION_CALLBACK callbackFunction, void* callbackContext, DWORD* eventCookie) |
| 7 | HRESULT UnregisterEventNotification(DWORD eventCookie) |