Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
设置调用方法示例
HRESULT CustomProviderMethodAsync(XAsyncBlock* async) { // Set up the context for your method. void* context; HRESULT hr = XAsyncBegin(async, context, CustomProviderMethodAsync, __FUNCTION__, [](XAsyncOp op, const XAsyncProviderData* providerData) { // Provider cases are handled here. return S_OK; }); return hr; }
DoWork
相关主题
此页面对您有帮助吗?