Microsoft DirectX 9.0 SDK Update (Summer 2003) |
DPN_MSGID_ASYNC_OP_COMPLETE Message
Microsoft® DirectPlay® generates the DPN_MSGID_ASYNC_OP_COMPLETE message when an asynchronous request has completed.
The DPNMSG_ASYNC_OP_COMPLETE structure contains information for the DPN_MSGID_ASYNC_OP_COMPLETE system message.
Syntax
typedef struct _DPNMSG_ASYNC_OP_COMPLETE { DWORD dwSize; DPNHANDLE hAsyncOp; PVOID pvUserContext; HRESULT hResultCode; } DPNMSG_ASYNC_OP_COMPLETE, *PDPNMSG_ASYNC_OP_COMPLETE;
Members
- dwSize
- Size of this structure.
- hAsyncOp
- Asynchronous operation handle.
- pvUserContext
- Supplied user context.
- hResultCode
- HRESULT indicating the result of the asynchronous operation.
Remarks
Return from the message callback function with DPN_OK.
Message Information
Header dplay8.h Minimum operating systems Windows 98, Pocket PC 2002