windows-nt/Source/XPSP1/NT/shell/ext/taskui/propbag.h
2020-09-26 16:20:57 +08:00

18 lines
414 B
C

//+-------------------------------------------------------------------------
//
// 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