max
min
Expand Minimize
This topic has not yet been rated - Rate this topic

MCIWndOpenInterface macro

The MCIWndOpenInterface macro attaches the data stream or file associated with the specified interface to an MCIWnd window. You can use this macro or explicitly send the MCIWNDM_OPENINTERFACE message.

Syntax


LONG MCIWndOpenInterface(
   hwnd,
   pUnk
);

Parameters

hwnd

Handle of the MCIWnd window.

pUnk

Pointer to an IAVI interface that points to a file or a data stream in a file.

Return value

Returns zero if successful or an error otherwise.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Vfw.h

 

 

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.