IUPnPAsyncResult::AsyncOperationComplete method (upnp.h)

The AsyncOperationComplete callback method provides notification of the completion of an asynchronous I/O operation.

Syntax

HRESULT AsyncOperationComplete(
  ULONG64 ullRequestID
);

Parameters

ullRequestID

The handle identifier corresponding to the completed asynchronous I/O operation.

Return value

If the method succeeds, the return value is S_OK. Otherwise, the method returns one of the COM error codes defined in WinError.h

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header upnp.h
DLL Upnp.dll

See also

IUPnPAsyncResult