windows-nt/Source/XPSP1/NT/base/win32/fusion/appweek/idl/idsource.idl

24 lines
303 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
#include "stdinc.idl"
import "ihost.idl";
[
object,
uuid(IID_ISxApwDataSource_midl)
]
interface ISxApwDataSource : IUnknown
{
HRESULT
SetSite(
[in] ISxApwHost*
);
HRESULT
RunQuery(
[in] LPCWSTR query
);
HRESULT
StopQuery(
);
};