windows-nt/Source/XPSP1/NT/base/win32/fusion/appweek/idl/idsource.idl
2020-09-26 16:20:57 +08:00

24 lines
303 B
Plaintext

#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(
);
};