IAMDroppedFrames::GetDroppedInfo (Windows CE 5.0)

Send Feedback

This method retrieves an array of frame numbers that were dropped.

HRESULT GetDroppedInfo(  long  lSize,  long* plArray,  long* plNumCopied);

Parameters

  • lSize
    [in] A long value that specifies the size of the array.
  • plArray
    [out] Pointer to an array of long values lSize in length, allocated by the caller. The method fills the array with the frame numbers of the first lSize frames that were dropped, up to a maximum number that is device-depedent.
  • plNumCopied
    [outl] Pointer to a variable that receives the number of items returned in plArray. This number might be less than the value of lSize.

Return Values

Returns an HRESULT value. The following table shows some possible return values.

Value Description
S_OK Success.
E_INVALIDARG Invalid argument; the lSize parameter must by greater than zero.
E_NOTIMPL Not implemented.
E_POINTER NULL pointer argument.
E_PROP_ID_UNSUPPORTED Not supported by this device.

Requirements

DirectShow applications and DirectShow filters have different include file and link library requirements. See Setting Up the Build Environment for more information.

OS Versions: Windows CE 5.0 and later.
Header:

See Also

IAMDroppedFrames Interface

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.