Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
281 B

  1. // Copyright (c) 1997 Microsoft Corporation. All Rights Reserved.
  2. #ifndef __VIDSRC_INCLUDED__
  3. #define __VIDSRC_INCLUDED__
  4. BOOL CreateVideoSource(IDirectDrawStreamSample **ppVideoSource, WCHAR * szFileName);
  5. BOOL DisplayVideoSource(IDirectDrawStreamSample *pVideoSource);
  6. #endif