Share via


AM_FILESINK_FLAGS

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This enumeration provides values that describe a file sink.

Syntax

typedef enum {
  AM_FILE_OVERWRITE = 0x00000001,
} AM_FILESINK_FLAGS;

Elements

  • AM_FILE_OVERWRITE
    Indicates that a file should be destroyed.

Requirements

Windows Embedded CE Windows Embedded CE 6.0 and later
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for 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

See Also

Reference

DirectShow Enumerations