ID3DXFileData::GetEnum method
Retrieves the enumeration object in this file data object.
Syntax
HRESULT GetEnum(
[in] ID3DXFileEnumObject **ppObj
);
Parameters
-
ppObj [in]
-
Type: ID3DXFileEnumObject**
Address of a pointer to receive the enumeration object in this file data object.
Return value
Type: HRESULT
If the method succeeds, the return value is S_OK. If the method fails, the following value will be returned: D3DXFERR_BADVALUE.
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also