ID3DXFileEnumObject::GetChild method

Retrieves a child object in this file data object.

Syntax

HRESULT GetChild(
  [in]  SIZE_T        id,
  [out] ID3DXFileData **ppObj
);

Parameters

id [in]

Type: SIZE_T

ID of the child object to retrieve.

ppObj [out]

Type: ID3DXFileData**

Address of a pointer to receive the child object's interface pointer.

Return value

Type: HRESULT

If the method succeeds, the return value is S_OK. If the method fails, the return value can be one of the following: D3DXFERR_BADVALUE, D3DXFERR_NOMOREOBJECTS.

Requirements

Requirement Value
Header
D3DX9Xof.h
Library
D3dx9.lib

See also

ID3DXFileEnumObject