共用方式為


IDirect3D9::GetAdapterCount 方法 (d3d9helper.h)

傳回系統上的適配卡數目。

Syntax

UINT GetAdapterCount();

傳回值

類型: UINT

UINT 值,表示在此 IDirect3D9 介面具現化時系統上的適配卡數目。

規格需求

需求
目標平台 Windows
標頭 d3d9helper.h (包含 D3D9.h)
程式庫 D3D9.lib

另請參閱

GetAdapterIdentifier

IDirect3D9