2025-04-27 07:49:33 -04:00

18 lines
431 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