ID3D10EffectType::GetMemberTypeByIndex method (d3d10effect.h)

Get a member type by index.

Syntax

ID3D10EffectType * GetMemberTypeByIndex(
  [in] UINT Index
);

Parameters

[in] Index

Type: UINT

A zero-based index.

Return value

Type: ID3D10EffectType*

A pointer to an ID3D10EffectType Interface.

Requirements

Requirement Value
Target Platform Windows
Header d3d10effect.h

See also

ID3D10EffectType Interface