18 lines
414 B
C
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
|
||
|
|