DX9 에서 그래픽 카드 드라이버 정보를 가져오고 싶을 때 사용하는 인터페이스.

HRESULT GetAdapterIdentifier(
  [in]   UINT Adapter,
  [in]   DWORD Flags,
  [out]  D3DADAPTER_IDENTIFIER9 *pIdentifier
);

adapter 개수를 알고 싶을 때는 아래 인터페이스를 이용

UINT GetAdapterCount();
 
728x90

+ Recent posts