IDirect3DRMProgressiveMesh::GetQuality

Retrieves a member of the D3DRMRENDERQUALITY enumerated type that specifies the rendering quality of the progressive mesh.

HRESULT GetQuality(
LPD3DRMRENDERQUALITY lpQuality
);

Parameters

lpQuality

Pointer to the D3DRMRENDERQUALITY member if successful that specifies rendering quality.

Return Values

Returns D3DRM_OK if successful, or one of the following errors:

D3DRMERR_BADOBJECT - the progressive mesh is invalid.

D3DRMERR_BADVALUE - the pointer to the D3DRMRENDERQUALITY member is invalid.

See Also

IDirect3DRMProgressiveMesh::SetQuality