Gets the number of implicit swap chains.
UINT GetNumberOfSwapChains();
None.
Number of implicit swap chains. See Remarks.
Implicit swap chains are created by the device during IDirect3D9::CreateDevice. This method returns the number of swap chains created by CreateDevice.
An application may create additional swap chains using IDirect3DDevice9::CreateAdditionalSwapChain.
Header: Declared in D3d9.h.