Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A version of this page is also available for
4/8/2010
This method retrieves an array of frame numbers that were dropped.
Syntax
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 Value
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
| Windows Embedded CE | Windows CE 5.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |
| Note | Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements For more information, see Setting Up the Build Environment |