2025-11-28 00:35:46 +09:00

28 lines
866 B
C

#ifndef __WIA_ITEMTREECHANGES_SAMPLE
//==========================================================================
//
// 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.
//
//--------------------------------------------------------------------------
//------------------------------------------------------------
//Please read the ReadME.txt which explains the purpose of the
//sample.
//-------------------------------------------------------------
#define __WIA_ITEMTREECHANGES_SAMPLE
#include "utils.h"
HRESULT EnumerateItems( IWiaItem2 *pIWiaItem2 );
HRESULT EnumerateWiaDevices( IWiaDevMgr2 *pWiaDevMgr2 );
#endif