Share via


BUFFER_COMMANDS (Windows Embedded CE 6.0)

1/6/2010

This enumeration provides values that are used to send buffer control commands to the driver.

Syntax

typedef enum {
    CS_ALLOCATE,
    CS_ENQUEUE,
    CS_DEALLOCATE
} BUFFER_COMMANDS;

Elements

  • CS_ALLOCATE
    Indicates that the driver should allocate the buffer.
  • CS_ENQUEUE
    Indicates that the driver should add a buffer to its queue.
  • CS_DEALLOCATE
    Indicates that the driver should free the memory for the buffer.

Requirements

Header camera.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

Camera Driver Enumerations