14 lines
588 B
C
14 lines
588 B
C
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
|
|
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
|
// PARTICULAR PURPOSE.
|
|
//
|
|
// Copyright (c) Microsoft Corporation. All rights reserved
|
|
//
|
|
// this is the constructor for the custom app provided data object
|
|
// its implementation demonstrates how to leverage the shell data object
|
|
// to support the features of the data object necessary to get drag drop
|
|
// visuals support
|
|
|
|
STDAPI CDataObject_CreateInstance(REFIID riid, void **ppv);
|