windows-nt/Source/XPSP1/NT/shell/ext/taskui/propbag.h

18 lines
414 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 2000
//
// File: propbag.h
//
//--------------------------------------------------------------------------
#ifndef __TASKUI_PROPBAG_H
#define __TASKUI_PROPBAG_H
HRESULT TaskUiPropertyBag_CreateInstance(REFIID riid, void **ppv);
#endif // __TASKUI_PROPBAG_H