Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1002 Bytes

asynchronous-dcom.md

File metadata and controls

17 lines (13 loc) · 1002 Bytes
title description ms.assetid keywords ms.topic ms.date
Asynchronous DCOM
To take advantage of asynchronous RPC transparently, COM programmers can use the Async\ interfaces generated by the MIDL compiler as described in the MIDL attribute topic, async\_uuid.
64a78e96-c174-4006-847e-852b3cce4f67
Remote Procedure Call RPC , described, asynchronous DCOM
article
05/31/2018

Asynchronous DCOM

To take advantage of asynchronous RPC transparently, COM programmers can use the Async* interfaces generated by the MIDL compiler as described in the MIDL attribute topic, async_uuid. For more information, please see COM Clients and Servers,Making and Processing Asynchronous Calls, and Asynchronous Method Calls in COM Clients and Servers.