Microsoft DirectX 8.0 (C++)

ID3DXTechnique::GetDesc

Retrieves a description of the technique.

HRESULT GetDesc(
  D3DXTECHNIQUE_DESC* pDesc
);

Parameters

pDesc
[out, retval] A D3DXTECHNIQUE_DESC structure, describing the technique.

Return Values

If the method succeeds, the return value is S_OK.

If the method fails, the return value can be D3DERR_INVALIDCALL.

Requirements

  Header: Declared in D3dx8effect.h.
  Import Library: Use D3dx8.lib.