IDirect3DRMObject::SetAppData

Sets the 32 bits of application-specific data in the object.

HRESULT SetAppData(
DWORD ulData
);

Parameters

ulData

User-defined data to be stored with the object.

Return Values

Returns D3DRM_OK if successful, or an error otherwise. For a list of possible return codes, see Direct3D Retained-Mode Return Values.

See Also

IDirect3DRMObject::GetAppData