Microsoft DirectX 8.1 (Visual Basic)

DPNMSG_ASYNC_OP_COMPLETE

Used in the dpnotify parameter of the DirectPlay8Event.AsyncOpComplete method. This type is generated by Microsoft® DirectPlay® when an asynchronous operation has completed.

Type DPNMSG_ASYNC_OP_COMPLETE
    AsyncOpHandle As Long
    hResultCode As Long
End Type

Members

AsyncOpHandle
Long value specifying the handle of the asynchronous operation.
hResultCode
Long value specifying the result of the asynchronous operation.