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

24 lines
326 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(
);
};