Microsoft DirectX 9.0

IMSVidStreamBufferSourceEvent::StaleFileDeleted

This topic applies to Windows XP Service Pack 1 only.

The StaleFileDeleted method is called when a temporary recording file is deleted.

Syntax

HRESULT StaleFileDeleted(void); 

Parameters

This method takes no parameters.

Return Values

Return S_OK or an error code.

Remarks

This event corresponds to the STREAMBUFFER_EC_STALE_FILE_DELETED event in the Stream Buffer Engine. See Stream Buffer Engine Event Codes.

See Also