NOTE: This Technical Q&A has been retired. Please see the Technical Q&As page for current documentation.

Technical Q&A QTW10
PutMovieIntoTyped Handle

Q Where can I find full documentation for PutMovieIntoTypedHandle and its flags?

A In the case of QTW the following types are handled. You need to use QRTFOURCC (page 239, QTW Developer Guide 2.0) in order to convert these signatures to longs:
    'BMP'    bitmap
    'DIB'    DIB
    'TEXT;   text information

So you can place such information to the clipboard using PutMovieIntoTypedHandle if the Handle passed is null; otherwise, it will end up in a Mac style Handle.

[May 01 1995]


Developer Documentation | Technical Notes | Development Kits | Sample Code