D3DXCreateTextureFromFileExA

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
version(Windows)
extern (Windows)
HRESULT
D3DXCreateTextureFromFileExA
(
IDirect3DDevice9 pDevice
,
LPCSTR pSrcFile
,
UINT Width
,
UINT Height
,,
DWORD Usage
,
D3DFORMAT Format
,
D3DPOOL Pool
,
DWORD Filter
,
DWORD MipFilter
,
D3DCOLOR ColorKey
,,
PALETTEENTRY* pPalette
,
IDirect3DTexture9* ppTexture
)

Meta