ReactOS 0.4.17-dev-934-g091855f
video_window_ops Struct Reference

#include <quartz_private.h>

Collaboration diagram for video_window_ops:

Public Attributes

void(* get_default_rect )(struct video_window *window, RECT *rect)
 
HRESULT(* get_current_image )(struct video_window *window, LONG *size, LONG *image)
 

Detailed Description

Definition at line 98 of file quartz_private.h.

Member Data Documentation

◆ get_current_image

HRESULT(* video_window_ops::get_current_image) (struct video_window *window, LONG *size, LONG *image)

Definition at line 101 of file quartz_private.h.

◆ get_default_rect

void(* video_window_ops::get_default_rect) (struct video_window *window, RECT *rect)

Definition at line 100 of file quartz_private.h.


The documentation for this struct was generated from the following file: